Android异常篇 Installation failed due to: ‘INSTALL_FAILED_TEST_ONLY‘
Posted 彭老希
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android异常篇 Installation failed due to: ‘INSTALL_FAILED_TEST_ONLY‘相关的知识,希望对你有一定的参考价值。
一、INSTALL_FAILED_TEST_ONLY 问题提示
二、分析
android Studio 3.0 + 会在 debug apk 的manifest文件application标签里自动添加 android:testOnly="true"属性
详细链接:https://developer.android.com/guide/topics/manifest/application-element
三、解决方案
(一)在项目中的gradle.properties全局配置中设置
android.injected.testOnly = false
(二)编译添加 -t
adb install -t app-debug.apk
或者
adb install -t *.apk
以上是关于Android异常篇 Installation failed due to: ‘INSTALL_FAILED_TEST_ONLY‘的主要内容,如果未能解决你的问题,请参考以下文章
Android NDK开发篇:Java与原生代码通信(异常处理)
Android NDK开发篇:Java与原生代码通信(异常处理)
Android异常篇 efore task ‘:app:compileDebugJavaWithJavac‘