201508-23 ADB常用命令 1. 显示当前运行的全部模拟器: adb devices 2. 安装应用程序: adb install -r 123.apk 3. 获取模拟器中的文件: adb pull 4. 向模拟器中写文件: adb push 5. 进入模....阅读全文