升级到Android时未安装应用程序 - P.

时间:2018-03-12 08:31:31

标签: android

应用程序在通过USB连接到移动设备时正在安装,但在向其他人发送.apk文件时,它说"应用程序未安装" (调试和发布)。

1。How to overcome app not installed error when building from Android Studio 3.0?

2。Cannot install signed apk to device manually, got error "App not installed"

3。Android Studio 3.0 Unsigned Apk Not Installing

2 个答案:

答案 0 :(得分:2)

虽然Android-P仍在预览中,但我认为它会设置testOnly标记。 要覆盖它添加 android.injected.testOnly=false文件中的gradle.properties

答案 1 :(得分:0)

尝试在Android Studio中禁用“即时运行”功能。此功能多次导致在其他手机中安装应用程序时出现问题。

选中此链接以禁用即时运行:

How to disable Instant Run for Android Studio 3.0