2017-07-02 180 views
0

我已经安装genymotion,但我需要外部SDK来调试我的代码。 我想下载android 4.1的SDK而无需下载Android Studio。这是我的脚步,我由汤姆按照方法How do I download the Android SDK without downloading Android Studio?:从https://dl.google.com/android/repository/sdk-tools-windows-3859397.zip无法找到在gentmotion D驱动器中找到android SDK的路径

1.download压缩文件的文件夹2.extract和d找到它:/ SDK工具/

3我使用命令D:/sdk-tools/tools/bin/sdkmanager“platforms; android-16”来安装SDK

4.它下载了,但是当我找不到任何SDK时使用genymotion,adb来定位SDK。 enter image description here enter image description here

  • 由于,一些说,它必须安装在C驱动器,我检查路径C:\用户\ MYNAME \应用程序数据\本地\的Android但也不能找到任何SDK。
  • 我需要在D驱动器中安装SDK,因为我的C驱动器空间不足。我想用genymotion来调试我的离子代码。

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

    我的步骤哪一部分是不正确的?请指教。

    编辑: 我已经下载并解压D:/ sdk-tools目录下的platform-tools。这里是链接https://dl.google.com/android/repository/platform-tools-latest-windows.zip

    回答

    0

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