bug
WhyamIWrong
这个作者很懒,什么都没留下…
展开
-
Unable to find method
将compileSdkVersion改为28 改compile为implementation与api sync以后报错。 show log in finder: 2018-09-06 09:04:38,626 [d thread 4] WARN - nal.AbstractExternalSystemTask - Cause: com.android.build.gradle.api....原创 2018-09-06 09:22:25 · 2289 阅读 · 0 评论 -
无法识别java文件
提示错误: Cannot Create Class Unable to parse template “Class” Error message: Selected class file name ‘xxx.java’ mapped to not javafile type ‘Text files’ 解决方法: 打开设置 ...原创 2018-10-12 16:24:07 · 1273 阅读 · 2 评论 -
activity(如:录视频)结束后自动横屏,导致调用两次oncreate
在AndroidManifest中加入 android:configChanges="orientation|screenSize"原创 2018-09-29 15:31:17 · 208 阅读 · 0 评论 -
remove出现的bug
for ( int num : datas) { if (...) { datas.remove(num); } } 会报出bug,应改为: Iterator<integar> iterator = datas.iterator(); whi...原创 2018-09-30 14:28:53 · 352 阅读 · 0 评论 -
闪退问题
记得注册原创 2018-09-30 15:41:47 · 990 阅读 · 0 评论