Android SDK location should not contain whitespace, as this cause problems with NDK tools

后端 未结 11 1896
轮回少年
轮回少年 2020-12-02 13:21

Recently I have installed the last version of Android Studio (Android Studio 2.1), keeping the old 1.2 version previously installed. Now i have Android Studio 2.1 and Andro

11条回答
  •  旧巷少年郎
    2020-12-02 13:56

    There is another way:

    1. Open up CMD (as Administrator)
    2. Type: mklink /J C:\Program-Files "C:\Program Files" (Or in my case mklink /J C:\Program-Files-(x86) "C:\Program Files (x86)")
    3. Hit enter
    4. Magic happens! (Check your C drive)

    Now you can point to C:\Program-Files (C:\Program-Files-(x86)).

提交回复
热议问题