使用Android Studio導入project時,出現以下錯誤:
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)
原因很簡單,就是工程項目路徑或者項目名稱包含了中文,改掉後重新導入就好了!