mac下使用adb安裝、卸載apk

前提:須要設置環境變量,確保能夠命令行中執行adb命令android

安裝命令:比較簡單shell

adb install /完整路徑/xxx.apk

卸載命令:能夠用AndroidMainifest.xml文件中<manifest>節點下,package元素所指定的包名來進行卸載命令行

adb uninstall com.company.xxx


另外,再推薦一篇文章,再經過WIFI的方式鏈接Android設備code

http://stormzhang.com/android/2014/08/27/adb-over-wifi/orm

很是方便xml

相關文章
相關標籤/搜索