问题
I am new to Android development. I have Android Studio running in ubuntu, but when I go to run my first app, it says "Throwable unable to locate adb".
I can't find anything online matching the error I am getting.
回答1:
In Android Studio, Click on 'Tools' on the top tab bar of android studio
Tools >> Android >> SDK Manager >> Launch Standalone Sdk manager
there you can clearly see which platform tool is missing , then just install that and your adb will start working properly.In Image You Can see every thing
回答2:
It's located in your sdk/platform-tools
folder
回答3:
Click Run on the tool bar, choose Run instead of run app, a pop up will appear in that choose run app, your adb will initialize.
来源:https://stackoverflow.com/questions/32347768/throwable-unable-to-locate-adb-within-sdk