当前位置:网站首页>adb工具介绍
adb工具介绍
2022-07-08 00:29:00 【tlucky1】
1.功能介绍
adb(android debug brige),android调试桥,不需要root权限就可以得到很高的操作权限,是命令行工具,有着多种功能,可连接android设备。adb 命令可用来执行各种设备操作,比如安装和调试应用,由于android使用linux内核,因此可以在adb命令行中输入linux命令来查看所连接设备的一些信息文件等。
2.常用命令
1.adb kill-server
结束adb服务
2.adb start-server
开启adb服务
3.adb reboot
重启adb服务
4.adb devices
查看在线的设备,下图表示有2台Android设备可连接
5.adb shell
存在一个可连接设备时,可以直接使用adb shell进行连接,存在超过一个可连接设备时,使用adb -s 设备号 shell
6.adb logcat /adb logcat -C
adb logcat 查看日志
adb logcat -C 清楚缓存的日志
7.adb install appname.apk
安装app
8.adb shell top -s 10
查看占用内存前10的进程
边栏推荐
- Grey correlation analysis link (portal) matlab
- Write a pure handwritten QT Hello World
- The body has a mysterious margin of 8px
- Codeforces Round #643 (Div. 2)——B. Young Explorers
- Why does the updated DNS record not take effect?
- The method of using thread in PowerBuilder
- Chapter 7 behavior level modeling
- DataWorks值班表
- SQLite3 data storage location created by Android
- 3. Multi agent reinforcement learning
猜你喜欢
Get familiar with XML parsing quickly
保姆级教程:Azkaban执行jar包(带测试样例及结果)
About snake equation (5)
图解网络:揭开TCP四次挥手背后的原理,结合男女朋友分手的例子,通俗易懂
[target tracking] |atom
日志特征选择汇总(基于天池比赛)
The foreach map in JS cannot jump out of the loop problem and whether foreach will modify the original array
进程和线程的退出
城市土地利用分布数据/城市功能区划分布数据/城市poi感兴趣点/植被类型分布
给刚入门或者准备转行网络工程师的朋友一些建议
随机推荐
不算不知道,花呗分期的真实利率居然这么高
Tencent game client development interview (unity + cocos) double bombing social recruitment 6 rounds of interviews
Version 2.0 de tapdata, Open Source Live Data Platform est maintenant disponible
Introduction to grpc for cloud native application development
Codeforces Round #649 (Div. 2)——A. XXXXX
C语言-模块化-Clion(静态库,动态库)使用
【错误】加载h5权重出错AttributeError: ‘str‘ object has no attribute ‘decode‘
Deep learning website
break net
Remote Sensing投稿经验分享
Sword finger offer II 041 Average value of sliding window
Euler Lagrange equation
从Starfish OS持续对SFO的通缩消耗,长远看SFO的价值
Mouse event - event object
MySQL数据库(2)
ANSI / NEMA- MW- 1000-2020 磁铁线标准。. 最新原版
How does Matplotlib generate multiple pictures in turn & only save these pictures without displaying them in the compiler
微信小程序uniapp页面无法跳转:“navigateTo:fail can not navigateTo a tabbar page“
Redission源码解析
鼠标事件-事件对象