01 2017 档案

android HTTP镜像
摘要:mirrors.neusoft.edu.cn 80 阅读全文

posted @ 2017-01-23 11:00 功夫茶茶 阅读(149) 评论(0) 推荐(0)

ERROR: 9-patch image C:\...\res\drawable\appwidget.9.png malformed. Frame pixels must be either solid or transparent (not intermediate alphas).
摘要:this is the problem with latest adt that is 20.0.3. you can instead rename the *.9.png to *.png and start working. i think this is the bug with the ad 阅读全文

posted @ 2017-01-21 17:42 功夫茶茶 阅读(589) 评论(0) 推荐(0)

报错:The import android.support cannot be resolved
摘要:下一个android-support-v7-appcompat.jar 然后导入即可 : 阅读全文

posted @ 2017-01-17 16:59 功夫茶茶 阅读(1764) 评论(0) 推荐(0)

报错:Can't bind to local 8647 for debugger
摘要:修改8600为8601,并且勾上Use ADBHOST 阅读全文

posted @ 2017-01-15 20:51 功夫茶茶 阅读(521) 评论(0) 推荐(0)

报错:APP has stopped
摘要:由于在 /MyActivity/AndroidManifest.xml 中把activity的类名打错,而导致程序加载后即出错。 而输错启动程序的类名并不会引起报错,因此这个应该引起注意。 阅读全文

posted @ 2017-01-15 11:17 功夫茶茶 阅读(852) 评论(0) 推荐(0)

报错:Failed to create BuildConfig class
摘要:1. Project | Clean| Build Automatically 2. 在目录中找到gen目录,手动删除(一般是没有写权限导致Failed),再执行第一步方案。 阅读全文

posted @ 2017-01-09 17:03 功夫茶茶 阅读(415) 评论(0) 推荐(0)

emulator control无法使用问题
摘要:请使用Google 自带的控制器: 阅读全文

posted @ 2017-01-07 09:37 功夫茶茶 阅读(233) 评论(0) 推荐(0)

the import android cannot be resolved
摘要:1、先更新SDK 2、从Window选择SDK并且Apply 3、从Project选择Android的版本 阅读全文

posted @ 2017-01-03 20:06 功夫茶茶 阅读(1061) 评论(0) 推荐(0)

报错:emulator: WARNING: ./android/metrics/metrics_reporter_toolbar.cpp:167: Can't upload usage metrics: Error
摘要: 阅读全文

posted @ 2017-01-02 10:22 功夫茶茶 阅读(537) 评论(0) 推荐(0)

报错:init: Could not find wglGetExtensionsStringARB!
摘要:如下操作即可恢复: 阅读全文

posted @ 2017-01-01 21:46 功夫茶茶 阅读(677) 评论(0) 推荐(0)

Android SDK升级后报错error when loading the sdk 发现了元素 d:skin 开头无效内容
摘要:把错误位置的devices.xml这个文件删除,再把sdk里面tools\lib下的这个文件拷贝到你删除的那个文件夹里,重启eclipse 阅读全文

posted @ 2017-01-01 20:39 功夫茶茶 阅读(171) 评论(0) 推荐(0)

导航