当前位置:网站首页>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
边栏推荐
- Mat file usage
- [SolidWorks] modify the drawing format
- nacos-微服务网关Gateway组件 +Swagger2接口生成
- Redux usage
- In depth analysis of ArrayList source code, from the most basic capacity expansion principle, to the magic iterator and fast fail mechanism, you have everything you want!!!
- How to realize batch control? MES system gives you the answer
- uniapp一键复制功能效果demo(整理)
- About snake equation (5)
- How to make enterprise recruitment QR code?
- Mouse event - event object
猜你喜欢
Summary of log feature selection (based on Tianchi competition)
为什么更新了 DNS 记录不生效?
Remote Sensing投稿经验分享
About snake equation (2)
Voice of users | understanding of gbase 8A database learning
【SolidWorks】修改工程图格式
2、TD+Learning
城市土地利用分布数据/城市功能区划分布数据/城市poi感兴趣点/植被类型分布
碳刷滑环在发电机中的作用
The foreach map in JS cannot jump out of the loop problem and whether foreach will modify the original array
随机推荐
Matlab method is good~
ArrayList源码深度剖析,从最基本的扩容原理,到魔幻的迭代器和fast-fail机制,你想要的这都有!!!
Codeforces Round #633 (Div. 2) B. Sorted Adjacent Differences
快手小程序担保支付php源码封装
液压旋转接头的使用事项
MySQL查询为什么没走索引?这篇文章带你全面解析
About snake equation (5)
From starfish OS' continued deflationary consumption of SFO, the value of SFO in the long run
PB9.0 insert OLE control error repair tool
如果时间是条河
Mouse event - event object
Matlab code about cosine similarity
Mysql database (2)
Codeforces Round #643 (Div. 2)——B. Young Explorers
Gbase observation | how to protect the security of information system with frequent data leakage
About snake equation (1)
Optimization of ecological | Lake Warehouse Integration: gbase 8A MPP + xeos
如何让导电滑环信号更好
【错误】加载h5权重出错AttributeError: ‘str‘ object has no attribute ‘decode‘
cv2读取视频-并保存图像或视频