Throwable: Unable to locate adb within SDK

蹲街弑〆低调 提交于 2019-12-24 13:30:30

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!