ADBKeyboard
adb input是不支持中文输入的,使用该输入法可利用adb指令进行模拟中文输入。 github: https://github.com/senzhk/ADBKeyBoard apk下载:
Android常用开发框架
Butter Knife http://jakewharton.github.io/butterknife/ xUtils https://github.com/wyouflf/xUtils3 okHttp https://square.github.io/okhttp/
如何在mac上启动adb
确定Android SDK的安装位置,如笔者的就在: 编辑.bash_profile文件:: 在文件中加入下面两行,将路径加入环境变量: 保存后运行下面命令: 然后就可以运行adb命令了。