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上的“未安装应用程序"错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)