markdown MacO中的Adb

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown MacO中的Adb相关的知识,希望对你有一定的参考价值。

***Installation***

```
echo 'export PATH=$PATH:/Users/*thisismyaccount*/Library/Android/sdk/platform-tools/' >> ~/.bash_profile
source ~/.bash_profile
```

`adb devices`

or install it with `brew`

`brew install android-platform-tools`

***Commands***

`adb -s ce0117117b857d2005 shell input keyevent KEYCODE_MENU`

`adb devices`

`adb kill-server`

以上是关于markdown MacO中的Adb的主要内容,如果未能解决你的问题,请参考以下文章

markdown ADB

markdown adb shellで端末のファイルをPCに転送

如何在 MacO、Python 3.5.1 上安装 pyQt?

maco类似linux的yum工具macports

模拟器无法在 MacO 上运行。模拟器声称操作系统已过时

使用 g++ 编译使用 fltk 和 OpenGL 的文件在 MacO 上会出错