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

后端 未结 18 1516
囚心锁ツ
囚心锁ツ 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:43

    Or the alternative solution could be

    1. Make sure you already install for android SDK. Usually it is located under /Users/your-user-name/Library/Android/sdk
    2. If the SDK is there then run this command. ./platform-tools/adb install your-apk-location

    3. From there you can generate the APK file That's the only sample to check if adb command is there

提交回复
热议问题