2
I bought a project for android studio. when opening appears the following error.
Error:(14, 0) 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 using the command line flag -Dcom.android.build.gradle.overridePathCheck=true, or Adding the line com.android.build.gradle.overridePathCheck=true' to Gradle.properties file in the project directory.
What should I do to fix?
Basic thing for any developer: do not use accentuation, avoid spaces in the name of the files, and preferably not uppercase and lowercase when it comes specifically to Resources of the project or application.
– Bacco