最佳答案
我在安装 android 应用程序(Parse Error : There is a problem parsing the package.
)时得到了这个错误。
我第一次安装应用程序时,它运行良好。
我对现有应用程序进行了更改,并在 Manifest 文件中更改了版本号。
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.openintents.samples.BasicOpenARDemo" android:versionCode="2" android:versionName="1.0.1">
Then I export the application and finish the code signing process. For this, Right Click your Project node > select Export. There you will see a wizard. Follow the steps and finish the code signing also.
I got the ARDemo.apk file, Then I changed it’s name to ARDemo1.apk
Then I shipped this apk file to mobiles SD Card and started the installation I got the above error.
I googled, they say that problem with unpacking manifest file.
Can anyone tell me what could be wrong with me?