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

后端 未结 11 1869
轮回少年
轮回少年 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:01

    As the warning message states, the SDK location should not contain whitespace.

    Your SDK is at C:\Users\Giacomo B\AppData\Local\Android\sdk. There is a whitespace character in Giacomo B.

    The easiest solution is to move the SDK somewhere else, where there is no space or other whitespace character in the path, such as C:\Android\sdk. You can point both Android Studio installations to the new location.

提交回复
热议问题