I haven't used the Android exporter for CF for a while now and I noticed that CF had an update. I followed the new install instructions found here: https://community.clickteam.com/threads/105484-Android-Runtime-Build-292
but I constantly get an error when trying to build an apk file of my project.
Here's the log file:
************
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\Andréas\AppData\Local\Temp\And422D.tmp\a pp\build.gradle' line: 3
* What went wrong:
A problem occurred evaluating project ':app'.
> Failed to apply plugin [id 'com.android.application']
> 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.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
***********
I don't get what I did wrong since I followed the instructions precisely.