问题描述
这是我尝试安装差距时遇到的错误(从
我按照
这很奇怪,因为我确实安装了Android SDK工具:
我在做什么错了?
在注册表中手动添加密钥已为我修复.
-
输入regedit.exe
-
找到以下节点:
计算机\ HKEY_LOCAL_MACHINE \ SOFTWARE \ WOW6432Node \
添加:
-
键:Android SDK工具
-
字符串值:包含SDK路径的路径
This is the error I get when I try to install gapps (obtained from here, following these instructions).
I navigated to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node
as instructed in here, but I didn't found any "Android SDK Tools" folder:
which is weird because I do have Android SDK tools installed:
What am I doing wrong?
Adding the key manually in the registry fixed it for me.
Type regedit.exe
Find the following node:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\
Add:
Key: Android SDK Tools
String Value: Path with the Path to your sdk
这篇关于VS模拟器:找不到Adb.exe的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!