
bug
瀚澈
sss
展开
-
Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!
解决方案如下: 1、关闭Eclipse,运行SDK Manager 2、把SDK Manager的对应的整个版本,通过delete package进行删除,若删掉platform-tool,需重新下载。原创 2017-09-26 17:12:11 · 550 阅读 · 0 评论 -
ActionBarActivity cannot be resolved to a type
问题ActionBarActivity cannot be resolved to a type原因未安装v7包解决方案下载v4、v7包 在项目中创建libs文件夹 将v4、v7包我、复制进去原创 2017-10-09 09:13:15 · 1969 阅读 · 0 评论 -
No resource found that matches the given name 'Theme.AppCompat.Light'.
问题No resource found that matches the given name ‘Theme.AppCompat.Light’.原因项目使用的是Theme.AppCompat主题,项目支持的最小SDK小于API 14(小于15好像都会出问题,大于15正常),项目没有导入android-support-v7-appcompat兼容包。解决方案方案1: 导包 http://www.j原创 2017-10-09 10:27:24 · 336 阅读 · 0 评论 -
Error converting bytecode to dex
Android bug Android Studio中 Gradle build errorError:Error converting bytecode to dex:Cause: java.lang.RuntimeException: Exception parsing classesError:1 error; abortingError:Execution failed ...原创 2018-03-13 16:47:10 · 296 阅读 · 0 评论 -
java.io.NotSerializableException
保存对象至perference中出现的问题03-14 09:12:37.789 999-999/com.unicair.hancher.newsapp W/System.err: java.io.WriteAbortedException: Read an exception; java.io.NotSerializableException: com.unicair.hancher.ne...原创 2018-03-14 10:07:00 · 571 阅读 · 0 评论