安装我的应用程序时解析软件包时出错
因此,当我尝试在我的android Xperia z3设备上安装签名的apk文件时,我得到了这个奇怪的错误.我已经坐了6个小时,但找不到所有解决早期问题的方法.实际发生了什么?从我所做的android studio项目中下载apk文件是单击1按钮.还有xamarin ??
So I get this weird error when I try to install the signed apk file on my android Xperia z3 device. I have sat with this for 6 hours now and I don't find a solution to all the posts from earlier problems. What is actually going on? downloading the apk file from a project in the android studio I made was 1 button click. And here with xamarin????
我真的需要帮助.该项目在内部的模拟器上运行,而在调试和发布选项上均运行.输出没有错误.
I really need help with this. The project runs on emulator inside vs on both debug and release options. no errors from the output.
这些是最大和最小android版本的设置目标. https://gyazo.com/fc82fd6c6edced442bd8a790166d3e03 我的Xperia运行于6.0.3
These are the set targets for max and min android versions. https://gyazo.com/fc82fd6c6edced442bd8a790166d3e03 My Xperia is running on 6.0.3
解析程序包时出现问题".
"There was a problem parsing the package".
请帮助
解析程序包时出现问题".
"There was a problem parsing the package".
此错误通常在安装unsign apk时发生.
我认为在签署apk时出了点问题.您可以按照以下教程进行操作:手动签名APK 进行手动签名.由于您已经在模拟器中运行了该应用程序,因此可以在...\projcetfolder\bin\Release
中获取已签名的apk并使用它来安装您的应用程序.
This error usually happens when install the unsign apk.
I think there are something went wrong when you sign the apk. You could follow this tutorial : Manually Signing the APK to sign it manually. Since you have already run the app in the emulator, you could get the signed apk in ...\projcetfolder\bin\Release
and use it install your app.