APK是Eclipse export signed APK.本机可以正常安装,copy给别人安装提示错误:[install_parse_failed_no_certificates]。
正规办法应该是像这个帖子里面提到的:
http://www.vardhan-ds.co.in/2012/05/android-solution-install-parse-failed.html
StackOerflow里面也有不少回答。
后来是看到StackOverflow里面提掉有可能是 ~/.android/debug.keystore有问题导致,删除然后ADT会重新生成一个,然后再export出来的APK在别人的机器上就可以正常安装鸟~