1. 程式人生 > >Android記錄問題 :Your project path contains non-ASCII characters.

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)

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