Quantcast
Channel: 應用教學 – Hiraku Dev
Viewing all articles
Browse latest Browse all 94

在 Mac 上面使用 adb 指令

$
0
0

最近跑來玩 Android App,因為需要用到 adb 做一些東西,所以稍微研究一下怎麼用,

結果網路上搜尋 Mac adb install,都會找到 adb-fastboot-install

 

不過講個快速結論,那個 fastboot-install 裝的 adb 版本是 1.0.29,

經過我測試 adb devices 指令會出現 offline,根本不能用,

但是如果你有裝 Android Studio 的話,其實已經內建 adb 了(目前最新版本是 1.0.32)

網路上其他文章都會跟你說要去找 adt-bundle-mac-x86_64 什麼的,

不過正式版的 Android Studio 根本不是這樣。

 

其實只要一行指令就搞定了

terminal 下

 sudo cp ~/Library/Android/sdk/platform-tools/adb /usr/bin/adb

搞定收工…


Viewing all articles
Browse latest Browse all 94

Trending Articles