Android 項目上的小紅叉(Unknown Android Packaging Problem)解決、

Android 項目上的小紅叉(Unknown Android Packaging Problem)項目出現這個錯誤:
Unknown error: java.lang.NullPointerException box Unknown Android Packaging Problem


原因: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
也就是刪掉C:\Documents and Settings\Administrator\.android文件夾下的debug.keystore文件,然後重新build一下獲取新的debug.keystore。這樣新建項目時就正常了。

關於如何build 。
Eclipse能夠自己build ,但是刪除上面的.debug.keystore文件後,
需要強行build:
有兩種實現:
1、Close Project  然後重新 Open Project
2、project  》 clean project






發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章