VS Emulator: Adb.exe not found
Asked Answered
C

2

9

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:

enter image description here

which is weird because I do have Android SDK tools installed:

enter image description here

What am I doing wrong?

Claudeclaudel answered 21/3, 2018 at 10:44 Comment(1)
The accepted solution here is the same as #49404716 but doesn't seem to work for me.Team
P
14

Adding the key manually in the registry fixed it for me.

  1. Type regedit.exe

  2. Find the following node:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\

Add:

  • Key: Android SDK Tools

  • String Value: Path with the Path to your sdk

RegEdit Image

Pasticcio answered 5/7, 2018 at 10:46 Comment(0)
T
1

The other answer didn't work for me but I stumbled on this answer that points out (in #5) that newer versions expect the parent folder for platform-tools rather than the folder itself.

Team answered 26/3, 2021 at 1:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.