多设备使用adb
有时需要多个android设备加虚拟机一起来调试,指定设备方法如下:
mac@MacmatoMacBook.local ~/macleo/app.android/bin $ adb -s 设备名 uninstall 包名
Success
参考:http://hi.baidu.com/daochayijiao/blog/item/c81598286f54ce32d52af17f.html
http://www.cnblogs.com/daohen/category/339633.html