使用 genymotion 无法在 D 盘中找到定位 android SDK 的路径

Unable to find the path to locate android SDK in D drive with genymotion

我已经安装了 genymotion,但我需要外部 SDK 来调试我的代码。 我想下载 android 4.1 的 SDK 而无需下载 Android Studio。 这是我的步骤,我遵循 Tom 的方法

1.download 来自 https://dl.google.com/android/repository/sdk-tools-windows-3859397.zip

的 zip 文件

2.extract 文件夹并定位到 D:/sdk-tools/

3.refer 到这个 link https://developer.android.com/studio/command-line/sdkmanager.html ,我使用命令 D:/sdk-tools/tools/bin/sdkmanager "platforms;android-16" 安装 SDK

4.It下载了,但是用genymotion找不到SDK,adb定位SDK。

  1. 因为有人说要装在C盘,我查了路径C:\Users\myname\AppData\Local\Android也没找到SDK。

我需要将 SDK 放在 D 盘中,因为我的 C 盘是 运行 out of space。我想使用 genymotion 来调试我的离子代码。

我在 genymotion 目录中有 adb.exe,但在 D:/sdk-tools 目录中没有。

我的哪部分步骤 is/are 不正确?请指教

编辑: 我已经下载并解压了 D:/sdk-tools 目录中的平台工具。这里是linkhttps://dl.google.com/android/repository/platform-tools-latest-windows.zip

您是否尝试输入 D:/sdk-tools 而不是完整路径?