当前位置:网站首页>Failure [INSTALL_FAILED_TEST_ONLY: installPackageLI]
Failure [INSTALL_FAILED_TEST_ONLY: installPackageLI]
2022-07-28 23:07:00 【ZZ White Dragon】
today adb Command to install apk, Prompt the following error :
Failure [INSTALL_FAILED_TEST_ONLY: installPackageLI]
Method 1:
modify AndroidManifest.xml in android:testOnly=”true” Change to android:testOnly=”false”, Or get rid of it .
Method 2:
adb push .apk /tmp
adb shell pm install -t /tmp/.apk
Method 3:
adb install -t *.apk
边栏推荐
- It's settled! All products of Nezha s will be launched on July 31
- Improvement 14 of yolov5: replace the backbone network C3 with the lightweight network GhostNet
- MySQL Basics - Introduction and basic instructions
- Date time functions commonly used in MySQL
- Yolov5 improvement 7: loss function improvement
- [physical application] Wake induced dynamic simulation of underwater floating wind turbine wind field with matlab code
- Servlet的使用手把手教学(一)
- Simple es highlight practice
- 软件测试工具fiddler postman jmeter charlse核心功能总结
- [physical application] atmospheric absorption loss with matlab code
猜你喜欢

The safety dog has been selected into many details of cloud security panorama 2.0

定了!哪吒S全系产品将于7月31日上市发售

一种分布式深度学习编程新范式:Global Tensor
![[physical application] Wake induced dynamic simulation of underwater floating wind turbine wind field with matlab code](/img/31/e4cd4c261a7fc5cfa731976314530b.png)
[physical application] Wake induced dynamic simulation of underwater floating wind turbine wind field with matlab code

MySQL foundation - data query

无代码开发平台管理后台入门教程

Cglib create proxy

Reading of "robust and communication efficient federated learning from non-i.i.d. data"

Thesis reading (0) - alexnet of classification

【滤波跟踪】基于EKF、时差和频差定位实现目标跟踪附matlab代码
随机推荐
Anaconda environment installation skimage package
Leetcode 199. right view of binary tree
Console.log() console display... Solution
Simple es highlight practice
Will Qualcomm and MediaTek chips soon be sold, and will they surpass Huawei to become the first in China?
《MySQL数据库进阶实战》读后感(SQL 小虚竹)
《Shortening passengers’ travel time A dynamic metro train scheduling approach using deep reinforcem》
Multi activity disaster recovery construction after 713 failure of station B | takintalks share
《Robust and Communication-Efficient Federated Learning From Non-i.i.d. Data》论文阅读
(重要)初识C语言 -- 函数
希捷发布全新RISC-V架构处理器:机械硬盘相关性能暴涨3倍
【MongoDB】MongoDB数据库的基础使用,特殊情况以及Mongoose的安装和创建流程(含有Mongoose固定版本安装)
Paper reading vision gnn: an image is worth graph of nodes
No code development platform management background tutorial
Seagate released a new risc-v architecture processor: the performance of mechanical hard disk soared 3 times
一种分布式深度学习编程新范式:Global Tensor
Leetcode exercise 3 - palindromes
Introduction to address book export without code development platform
Improvement 18 of yolov5: the loss function is improved to alpha IOU loss function
Servlet的使用手把手教学(一)