问题描述
我做了这个应用程序是什么我一直在测试了一段时间。
当我做我把它放在Market商店,它是所有好的,但现在做了一个新版本,不改变它给了我一个错误我的电话清单,当我尝试安装它:
I've made this application what I've been testing for a while now.When I was done I put it on the Market store and it was all good but now a made a new version, not changing the manifest it gives me an error on my phone when I try to install it:
有解析包有问题。
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="17" />
我以前曾与应用没有问题,但为什么是现在?
I had no problems with the app before but why now?
推荐答案
正好我这个错误一对夫妇的时候,我能够通过清洗Eclipse中的项目进行修复。在项目/洁净
This error happened to me a couple of time and I was able to fix it by cleaning the project in Eclipse. Under Project / Clean
我有时不得不清理和建设包之前之后重新启动Eclipse。希望这有助于。
I sometimes have to clean and restart Eclipse after before building the package. Hope this help.
这篇关于有分析包一个问题,Android的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!