问题描述
我最近开始使用 android studio 学习 android 编程,但每次我打开模拟器并将 apk 拖到模拟器时,它都会说:
I recently started learning android programming using android studio but every time I open the emulator and drag an apk to the emulator it says:
无法启动 adb - 检查设置以验证您选择的 adb 路径是有效
如下面的链接所示.
我该如何解决这个问题?
How can I fix this?
PS:对不起我的英语.
PS: Sorry for my English.
推荐答案
Step1 : Goto your Emulator settings
Step1 : Goto your Emulator settings
第2步:一般->使用检测到的亚行位置"option ,禁用此选项并选择 adb.exe 的文件夹路径,理想情况下(Windows)为 c:\usersloginuser"\AppData\Local\Android\sdk\platform-tools\
Step2 : General -> "Use detected ADB location" option , disable this option and select folder path for adb.exe which is ideally (windows) is c:\users"loginuser"\AppData\Local\Android\sdk\platform-tools\
这个选项对我有用!!
这篇关于Android Studio - 无法启动 adb的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!