Hi, I get the following error trying to buid for Android (Build error #1):
16:29:05.485 Testing credentials for 'G:\My Drive\PROGRAMMING\CORONA\_keystore\FamyList.keystore':
16:29:06.395 jar signed.
16:29:06.395 Picked up JAVA_TOOL_OPTIONS: -Duser.language=en
16:29:14.161
16:29:14.161 FAILURE: Build failed with an exception.
16:29:14.161
16:29:14.161 * Where:
16:29:14.161 Build file 'C:\Users\Rune\AppData\Local\Temp\Corona Labs\CLtmpa22132\template\app\build.gradle.kts' line: 964
16:29:14.161
16:29:14.161 * What went wrong:
16:29:14.161 Could not read path 'G:\My Drive\PROGRAMMING\CORONA\FamyList\FamyList'.
16:29:14.161 > G:\My Drive\PROGRAMMING\CORONA\FamyList\FamyList: The parameter is incorrect.
16:29:14.161
16:29:14.161
16:29:14.161 * Try:
16:29:14.161 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.
16:29:14.161
16:29:14.161 * Get more help at https://help.gradle.org
16:29:14.161
16:29:14.161 BUILD FAILED in 6s
16:29:14.161 Picked up JAVA_TOOL_OPTIONS: -Duser.language=en
16:29:14.333 Android build failed (1) after 8 seconds
Then I tried copy FamyList into a folder that did not contain white spaces and the build succeeded.
Is it really so that Solar2D (or something that its built upon) does not handle paths with white spaces? Is there a way around this?
Thanks!