当前位置:网站首页>Failed to install app-debug. apk: Failure [INSTALL_FAILED_TEST_ONLY: installPackageLI]
Failed to install app-debug. apk: Failure [INSTALL_FAILED_TEST_ONLY: installPackageLI]
2022-07-28 19:53:00 【Alex_ designer】
Use adb install android studio Generated app-debug.apk The following error occurred during the package
adb install D:\app\android\project\DVR\app\build\outputs\apk\debug\app-debug.apk
Failed to install D:\app\android\project\DVR\app\build\outputs\apk\debug\app-debug.apk: Failure [INSTALL_FAILED_TEST_ONLY: installPackageLI]
terms of settlement :
add to -t Parameters : Enter the command adb install -t app-debug.apk
adb install
-l : Lock application
-t : Allow test packages
-d : Allow demotion to override installation
-p : Some applications are installed
-g : Grant all runtime permissions to the application
The following can be Grant all runtime permissions at once
adb install -t -g app-debug.apk
边栏推荐
- MySQL performance testing tool sysbench learning
- Question bank and answers of the latest national fire-fighting facility operators (intermediate fire-fighting facility operators) in 2022
- Thoroughly understand bit operations - shift left, shift right
- NPM installing and uninstalling global packages
- 彻底理解位运算——左移、右移
- adb remount of the / superblock failed: Permission denied
- R language and data analysis practice 11 - data deletion
- [notes] Apocalypse: list of practical experience and reflection of product managers
- MySQL8 基于clone创建主从复制
- 助力面板行业创新,FPGA将成屏厂TCON最佳选择?
猜你喜欢
随机推荐
Rust Getting Started Guide (crite Management)
With the help of panel industry innovation, will FPGA become the best choice for TCON?
Nokia expands its 5g agreement with BT and will become its largest wireless access device supplier
Business visualization - let your flowchart "run" (4. Actual business scenario test)
芯片功耗性能验证:从困境到超越
基于QTGUI图像界面的空战游戏设计
2022年全国最新消防设施操作员(中级消防设施操作员)题库及答案
中国首枚芯片邮票面世:内置120um超薄NFC芯片
开盘暴涨215%!国产信号链芯片企业芯海科技登陆科创板
Leetcode day3 employees who exceed the manager's income
Nips18 (AD) - unsupervised anomaly detection using geometric transformations using geometric augmentation
OpenOCD如何通过stlink直接下载程序到stm32板子(已解决)
Leetcode Day5 delete duplicate email
How to write the SQL statement of time to date?
Function fitting based on MATLAB
MySQL performance testing tool sysbench learning
The opening price soared by 215%! Domestic signal chain chip enterprise Xinhai Technology landed on the scientific innovation board
First blog
云计算笔记part.1——系统管理
leetcode day3 查找重复的电子邮箱









