Your project location contains whitespace. (Android Studio)

前端 未结 4 1345
南笙
南笙 2020-12-19 02:52

I am just moved from Eclipse to Android Studio for android application development. I am getting the following warning at the time of creating projects

Your

4条回答
  •  别那么骄傲
    2020-12-19 03:35

    I took the UNIX approach, and created a symbolic link to where the directory should be located. On Windows, from a command window:

    mklink /j C:\android-sdk C:\"Program Files"\Android\android-sdk
    

提交回复
热议问题