问题描述
有人知道如何解决此问题吗?
IllegalArgumentException:无法找到adb
我安装了android studio v2.3,它不会让我运行我的应用并显示错误消息。
我在网上搜索并说要单击启动独立Sdk管理器
,但找不到它。
当我尝试移动一个从一台计算机到另一台计算机的Android项目。由于我具有Android Studio 2.3,因此无法选择运行独立的SDK管理器(或者至少没有看到任何按钮)。
在此网站上
然后再次检查以重新安装它。然后,我可以再次编译我的项目。
Does anyone know how to fix this?
IllegalArgumentException: Unable to locate adb
I installed android studio v2.3 and it won't let me run my app saying the error.I searched online and said to click the Launch Standalone Sdk manager
but I am unable to locate it.
I also encountered this problem, when I tried to move an Android project from one computer to another. Since I have Android Studio 2.3 I don't have the option to run the standalone SDK-manager (or at least, I don't see any button).
On this website
http://m.blog.csdn.net/article/details?id=51204114
I found the solution to resolve the problem.
Go to Tools >> Android >> SDK-Manager >> SDK-Tools
Uncheck "Android SDK Platform-Tools" and press Apply to uninstall it again.
Then check it again to re-install it. Then I was able to compile my project again.
这篇关于IllegalArgumentException:无法在Android Studio v2.3中找到adb的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!