I bought a project for android studio. when opening the following error appears.
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 link for details. -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 it?