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

后端 未结 11 1866
轮回少年
轮回少年 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 14:06

    just change the path:

    "c:\program files\android\sdk" to "c:\progra~1\android\sdk"
    or
    "c:\program files (x86)\android\sdk" to "c:\progra~2\android\sdk"
    

    note that the paths should not contain spaces.

提交回复
热议问题