Not able to access adb in OS X through Terminal, “command not found”

后端 未结 18 1513
囚心锁ツ
囚心锁ツ 2020-12-04 04:43

I have installed Android SDK and Eclipse on my Mac system. I am able to program using Eclipse and have created few sample applications. But I am still not able to access

18条回答
  •  醉梦人生
    2020-12-04 05:41

    I don't know how did you install the android SDK. But in Mac OS, what really worked for me is to reinstall it using brew. All problems solved in a row.

    brew cask install android-sdk
    

    Later on:

    android update sdk --no-ui --filter 'platform-tools'
    

    Like a charm

提交回复
热议问题