Hey,
Glad that corona finally has a version that supports 64-bit builds. I installed the latest version i.e. 2019.3495 and created a new project from the simulator with only an empty main file. I then tried building that project for android but got an error message saying the build failed. The following text was being printed on the simulator’s console.
19:16:54.041 WARNING: An illegal reflective access operation has occurred
19:16:54.041 WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (file:/C:/Users/famousdoggHP/.gradle/wrapper/dists/gradle-5.1.1-all/97z1ksx6lirer3kbvdnh7jtjg/gradle-5.1.1/lib/groovy-all-1.0-2.5.4.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
19:16:54.041 WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.vmplugin.v7.Java7$1
19:16:54.041 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
19:16:54.041 WARNING: All illegal access operations will be denied in a future release
19:16:54.041
19:16:54.041 FAILURE: Build failed with an exception.
19:16:54.041
19:16:54.041 * Where:
19:16:54.041 Build file ‘C:\Users\famousdoggHP\AppData\Local\Temp\Corona Labs\CLtmpa04544\template\app\build.gradle.kts’ line: 715
19:16:54.041
19:16:54.041 * What went wrong:
19:16:54.041 C:\Users\famousdoggHP\AppData\Local\Temp\Corona Labs\CLtmpa04544\template\app\build\intermediates\corona-mega-jar does not exist.
19:16:54.041
19:16:54.041 * Try:
19:16:54.041 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.
19:16:54.041
19:16:54.041 * Get more help at https://help.gradle.org
19:16:54.041
19:16:54.041 BUILD FAILED in 11s
19:16:54.228 Android build failed (1) after 13 seconds