- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 记录Android 刘海屏各大厂商适配
<!-- 适配全面屏 --> <meta-data android:name="android.max_aspect" android:value="2.4" /> <!-- 适配华为(hua wei)刘海屏 --> <meta-data android:name="and...
2020-04-22 11:27:18
262
原创 VIVO NEX 设备调试报安装失败
VIVO NEX 设备在真机调试过程中,出现安装失败(是不是觉得VIVO对开发者不是很友好//坏笑)解决:在gradle.properties里面添加:android.injected.testOnly = false OK,完美解决。...
2020-04-14 15:04:41
476
原创 Android studio 升级3.0,butterknife:7.0.1问题
会报nnotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain annotation processor. Please add them to the annotationProcessor config...
2018-07-31 17:08:52
771
原创 Android Studio一些奇葩问题解决 error: style attribute '@android:attr/windowEnterAnimation' not found.
自从Studio升级3.0以来,遇到很多坑,记录一下,希望能帮助到遇到相同问题的人 1.很多老的项目可能是基于2.X开发的,很多同学也想尝尝鲜,于是升级到了3.0,结果。。。。error: style attribute '@android:attr/windowEnterAnimation' not found. 解决办法:在Project的gradle.properties...
2018-07-31 17:04:29
2467
原创 接入X5内核后出现32位无法在64位机器运行的问题(java.lang.reflect.InvocationTargetException; cause: java.lang.Unsatisfied)
腾讯X5
2017-08-01 23:07:08
1834
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人