本文介绍了Xamarin:应用程序未安装问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我在 Android 移动设备上以调试模式安装我的应用程序时,它似乎已安装.
When I install my application in debugging mode on my Android mobile device, it seems to be installed.
但是,在对应用程序进行签名并发布之后,它并没有安装在我的手机上.(发布模式)
However, after signing the application and publishing it, it's not installed on my phone. (Release mode)
它说:应用程序未安装.我尝试了几件事,但无法解决此问题.我也用另一个 Keystore 进行了测试,但仍然无法安装.
It says: Application not installed.I tried a few things but cannot resolve this problem. I also tested with another Keystore but it still cannot be installed.
我验证了 Xamarin Studio 选项,但一切正常,有人知道吗?
I verified Xamarin Studio options but everything is OK, does anyone have an idea?
推荐答案
下面给出创建apk的正确流程
The correct process of creating apk is given below
- 首先将您的构建类型更改为从调试中发布.
- 干净
- 重建
- 右键单击您的 android 项目,然后单击存档
- 成功存档后,点击分发,然后点击临时
- 创建密钥库文件
- 完成后点击 Open Distribution您的 apk 文件已准备就绪.
这篇关于Xamarin:应用程序未安装问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!