1.如何解决:Android中 Error generating final archive: Debug Certificate expired on *****
解决方法:
进入C:\Documents and Settings\Administrator\.android 删除路径下的debug.keystore及 ddms.cfg。
(不同环境下的目录可能略有不同,可在eclipse中查找此路径:Window->Preferences->Android->Build下 Default debug keystore)
然后重新导入即可。
2.ERROR: Application requires API version 10. Device API version is 8 (Android 2.2).
解决方法:
AndroidManifest.xml中<uses-sdk android:minSdkVersion="8" />
default.properties中target=android-8
修改成使用的Android SDK 一致
3.启动Android-sdk时27%启动
Android sdk的ADT先启动,然后在启动eclipse 即可成功解决问题(请不好使用Indigo)
4.adb丢失解决方案
The adb tool has moved to platform-tools/
If you don't see this directory in your SDK,launch the SDK and AVD Manager (execute the android tool)
and install "Android SDK Platform-tools
上面就是解决方案了 嘿嘿