Your project path contains non-ASCII characters android studio

前端 未结 13 2179
借酒劲吻你
借酒劲吻你 2020-11-30 04:34

I was installing android studio, but I have this problem when the program is starting:

Error:(1, 0) Your project path contains non-ASCII characters. T

13条回答
  •  忘掉有多难
    2020-11-30 04:50

    If you face with the problem at the first time installing Android Studio on your computer.

    1. mklink /D "c:\Android-Sdk" "C:\Users\ **YOUR-USERNAME** \AppData\Local\Android\sdk"

    2. Go to "C:\Users\ YOUR-USERNAME \AppData\Local\" path and create Android\sdk folders inside it.

    3. After that you can continue installation.

提交回复
热议问题