android常见错误汇总
1、Unable to resolve target 'android-2'
安装低版本的api,再default.properties 这个文件中把target=android-2 改成 target=android-7终于就没有问题了。
2、Invalid start tag LinearLayout
main.xml放错文件夹了,应该在\res\layout下。
3、INSTALL_FAILED_INSUFFICIENT_STORAGE
原因:SD卡内存容量不够
法一:在下图的“Additional Emulator Command Line Options”中加上“-partition-size 128”
法二:启动模拟器,然后进入菜单
settings->applications->mange applications-> select the application->select "unistall".
这样就能彻底删除了,然后再重新安装这个apk就没问题了
4、No Space left on device
清除C:\Users\Lanyan\AppData\Local\Temp\AndroidEmulator文件夹下的tmp 文件
参考资料:http://www.doczj.com/doc/e301c8ac0b4c2e3f572763bd.html/boderboder/blog/item/af2a81de31dc3f235982ddd8.htm l
5、Could not open the editor: Resource is out of sync with the file system 当右击default.properties打开时,出现下图错误:
解决方法:右击工程,Refresh一下就好了。
原因:Usually happens when some files are edited outside of eclipse。