Mac安装adb和安卓adb命令使用介绍

0.配置adb
vim ~/.zshrc
-> vim ~/.bash_profile

export PATH=${PATH}:/Users/army/Library/Android/sdk/platform-tools
export PATH=${PATH}:/Users/army/Library/Android/sdk/tools

source ~/.zshrc

-> source ~/.bash_profile

1.启动系统设置
adb shell am start com.android.settings/com.android.settings.Settings

adb -s 172.16.29.112:5555 shell settings put global enable_freeform_support 1

2. 启动Shell
adb root
adb remount

Mac安装adb和安卓adb命令使用介绍最先出现在Python成神之路

版权声明:
作者:zhangchen
链接:https://www.techfm.club/p/28971.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>