错误:在安装 APK 时解析包 [英] Error : Parsing the package while installing APK

查看:49
本文介绍了错误:在安装 APK 时解析包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试通过从 Yahoo 中的电子邮件附件运行 Package Installer 来安装我的应用程序.我的手机是 4.1 (Jellybean) 版本,所以应该可以,对吧?

I'm trying to install my app by running Package Installer from the email attachment in Yahoo. My phone is on version 4.1 (Jellybean), so this should work, right?

但是,尽管我的 AndroidManifest 将 minSdkVersion 指定为 1,并且我的手机更高.

However, I get an error saying that there was a problem parsing the package despite the fact that my AndroidManifest specifies a minSdkVersion of 1, and my phone's is higher.

我已启用从我手机上的 Playstore 以外的来源安装 apk.我错过了什么?

I have enabled installing apk from sources that aren't from the playstore on my phone. What am I missing?

推荐答案

我收到一条错误消息,说解析包时出现问题.

I get an error saying that there was a problem parsing the package.

这是因为您的应用与您的设备不兼容.您的开发人员可能将 minSDKVersion 值设置为高,如果您的设备 API 级别低于 minSDKVersion,那么它会导致解析包错误,或者您的开发人员将 maxSDKVersion 设置为低于您的设备 API 级别.

This because your app is not compatible with your device. It might your developer set the minSDKVersion value to high and If your device API level is lower then minSDKVersion then it gives parsing package error or your developer set the maxSDKVersion to lower than your device API level.

例如:如果您的设备是 Android 2.2,那么制作 APK 的开发人员将 minSDKVersion 设置为 10,那么它将无法在 Android 2.2 中运行,并且会出现解析包错误或如果您的开发人员将 maxSDKVersion 设置为 8,则应用不会安装在 Android OS 2.2 以上,如果您尝试安装,则会出现解析包错误.

For ex : If your device is Android 2.2 then your developer who made the APK set the minSDKVersion to 10 then it wont work in the Android 2.2 and will give the parsing package error or If your developer set the maxSDKVersion to 8 then app won't install above Android OS 2.2 and if you try to install then you will get the Parsing package error.

这篇关于错误:在安装 APK 时解析包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆