在android中安装应用程序时解析错误?
当我从 SD 卡安装 APK 文件时,我在软件包安装程序中遇到解析错误。 错误是: “解析包时出现问题”
任何人都可以帮助我吗?
谢谢!!
While i'm installing an APK file from SD card, I got a Parse error inside the Package Installer..
The error is:
"There is a problem parsing the package"
Can anyone help me??
Thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也有这个错误。我安装了我的应用程序,将其删除,使用一些新代码进行更新,然后尝试再次安装。为了解决这个问题,我在清单中增加了 android:versionCode 。
I had this error too. I installed my app, removed it, updated with some new code, and attempted to install again. To resolve, I bumped up the android:versionCode in the manifest.