1. android
打开“Android SDK AVD Manager"窗口
2. android list avds
列出以创建模拟器(avd)的信息
3.android list targets
列出可用SDK的信息
4.adb devices
列出当前已启动模拟器的信息
5.adb shell
进入shell命令行模式
6.adb install "apk名字"
安装apk
转载于:https://blog.51cto.com/vincenttung/1141031
1. android
转载于:https://blog.51cto.com/vincenttung/1141031