Android上的“未安装应用程序"错误

#39;App not Installed#39; Error on Android(Android上的“未安装应用程序错误)
本文介绍了Android上的“未安装应用程序"错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我有一个在 Android 模拟器中运行的程序.我时不时地创建一个签名的 .apk 并将其导出到我的 HTC Desire 进行测试.一切都很好.

I have a program working in the Android Emulator. Every now and again I have been creating a signed .apk and exporting it to my HTC Desire to test. It has all been fine.

在我最新导出的 .apk 上,当我尝试安装 .apk 时收到错误消息未安装应用程序".它在模拟器上运行良好.

On my latest exported .apk I get the error message 'App not installed' when I try to install the .apk. It runs fine on the emulators.

由于我主要是在模拟器上进行测试,并且只是时不时地导出到真机,我不确定这是什么时候发生的.没有安装在实体手机上但在模拟器中运行良好的可能原因是什么?

As I have mainly been testing on the emulators and only every now and again exporting to a real phone I am not sure when this happened. What is the likely cause of it not installing on a physical phone but running fine in the emulators?

我已尝试重启手机 &删除现有的 .apk,并不能修复故障.

I have tried rebooting the phone & removing the existing .apk, does not fix the fault.

推荐答案

对我来说,在 Android 9 (API 28) 上,从 Play 商店应用中禁用 Google Play Protect 可以解决问题,我是能够摆脱 App not Installed 错误.

For me, On Android 9 (API 28), disabling Google Play Protect from play store app worked the trick, and i was able to get rid of the App not Installed error.

禁用 Google Play Protect.打开Play 商店"应用程序 => 点击在菜单按钮上 => 选择播放保护"选项 => 禁用选项扫描设备是否存在安全威胁".

To disable Google Play Protect. Open "Play Store" application => tap on Menu button => select "Play Protect" option => Disable the options "Scan device for security threats".

这篇关于Android上的“未安装应用程序"错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

Hardware Volume buttons change in app volume(硬件音量按钮更改应用程序音量)
Highlight Read-Along Text (in a storybook type app for iPhone)(突出显示朗读文本(在 iPhone 的故事书类型应用程序中))
Storing and reading files from Documents directory iOS 5(从 Documents 目录存储和读取文件 iOS 5)
How can i use MYSQL database connection in iphone application useing cocos2d?(如何在使用 cocos2d 的 iphone 应用程序中使用 MYSQL 数据库连接?)
Smoothly drag a Sprite in cocos2d - iPhone(在 cocos2d 中平滑拖动一个 Sprite - iPhone)
Cocos2D complex animations(Cocos2D 复杂动画)