当前位置:网站首页>Introduction to ADB tools
Introduction to ADB tools
2022-07-08 01:50:00 【tlucky1】
1. Function is introduced
adb(android debug brige),android Commissioning Bridge , Unwanted root Permission can get high operation permission , Command line tool , It has many functions , Connectable android equipment .adb Commands can be used to perform various device operations , Such as installing and debugging applications , because android Use linux kernel , So you can adb Enter... On the command line linux Command to view some information files of the connected device .
2. Common commands
1.adb kill-server
end adb service
2.adb start-server
Turn on adb service
3.adb reboot
restart adb service
4.adb devices
View online devices , The following figure shows yes 2 platform Android Equipment can be connected 
5.adb shell
When there is a connectable device , You can use it directly adb shell Connect , When there is more than one connectable device , Use adb -s Device number shell
6.adb logcat /adb logcat -C
adb logcat Check the log
adb logcat -C Clear cached logs
7.adb install appname.apk
install app
8.adb shell top -s 10
Before checking the occupied memory 10 The process of

边栏推荐
- Matlab code about cosine similarity
- Redission源码解析
- GBASE观察 | 数据泄露频发 信息系统安全应如何守护
- C语言-Cmake-CMakeLists.txt教程
- Coordinate conversion of one-dimensional array and two-dimensional matrix (storage of matrix)
- PHP 计算个人所得税
- ArrayList源码深度剖析,从最基本的扩容原理,到魔幻的迭代器和fast-fail机制,你想要的这都有!!!
- PHP to get information such as audio duration
- 软件测试笔试题你会吗?
- QT build with built-in application framework -- Hello World -- use min GW 32bit
猜你喜欢

Leetcode exercise - Sword finger offer 36 Binary search tree and bidirectional linked list

生态 | 湖仓一体的优选:GBase 8a MPP + XEOS

滑环在直驱电机转子的应用领域

Matlab r2021b installing libsvm

How to fix the slip ring

ANSI / NEMA- MW- 1000-2020 磁铁线标准。. 最新原版

C语言-Cmake-CMakeLists.txt教程

Tapdata 的 2.0 版 ,开源的 Live Data Platform 现已发布

About snake equation (3)

Apache multiple component vulnerability disclosure (cve-2022-32533/cve-2022-33980/cve-2021-37839)
随机推荐
Optimization of ecological | Lake Warehouse Integration: gbase 8A MPP + xeos
SQLite3 data storage location created by Android
uniapp一键复制功能效果demo(整理)
Tapdata 的 2.0 版 ,开源的 Live Data Platform 现已发布
qt--將程序打包--不要安裝qt-可以直接運行
The body has a mysterious margin of 8px
鼠标事件-事件对象
Codeforces Round #649 (Div. 2)——A. XXXXX
If time is a river
Is it necessary for project managers to take NPDP? I'll tell you the answer
Redis cluster
Why did MySQL query not go to the index? This article will give you a comprehensive analysis
从cmath文件看名字是怎样被添加到命名空间std中的
Break algorithm --- map
为什么更新了 DNS 记录不生效?
common commands
C language - modularization -clion (static library, dynamic library) use
碳刷滑环在发电机中的作用
保姆级教程:Azkaban执行jar包(带测试样例及结果)
GBASE观察 | 数据泄露频发 信息系统安全应如何守护