Eclipse上的Android工程显示出错,但是其实没有异常解决

时间:2022-11-03 14:22:39

最近在开发一个android的项目 遇到了一个问题,Eclipse上的Android工程显示出错,但是其实没有异常解决。
在网上找到了一个解决方法,整理一下 给大家看一下。
Google官方给出了解决办法:
To fix this problem, simply delete the debug.keystore file. The default storage location for AVDs is in ~/.android/avd on OS X and Linux, in C:\Documents and Settings\.android\ on Windows XP, and in C:\Users\.android\ on Windows Vista.
The next time you build, the build tools will regenerate a new keystore and debug key
这里我使用的是win8.1系统 找到了该文件 C:\Users\用户名.android 找到了debug.keystore文件 然后删除掉
再回到重新build一下项目 最简单的方法就是在某一个java文件中加一个空格 再保存 就实现了重新编译 如果项目没有其他错误的话 这个问题就解决了。