Android記錄問題 :Your project path contains non-ASCII characters.

今天導入項目時候報了這樣一個錯,記錄一下,也是警告自己
如下:

Error:Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a different directory. See http://b.android.com/95744 for details. This warning can be disabled by adding the line 'android.overridePathCheck=true' to gradle.properties file in the project directory.

Consult IDE log for more details (Help | Show Log)

原因很簡單:原來是自己的路徑中有中文,解決我就不說了。
出現這個問題是爲什麼呢?是因爲自己不夠。。。。。。。。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章