I got this weird bug when using CoronaBuilder on 3594 trying to build for Android. Here’s the full output.
$ /Applications/Corona-3594/Native/Corona/mac/bin/CoronaBuilder.app/Contents/MacOS/CoronaBuilder build --lua /my_path/build_args_android.lua
CoronaBuilder: building project with '/my_path/build_args_android.lua'
Building app 'Example'
Version '1.8.0.0'
Platform 'Android'
PlatformVersion '40300'
Project: '/Users/jhinkle/Documents/Experimental/Test'
Dst: '/my_path/android_development_1.8.0.0'
Custom build id: 'none'
Build type: 'distribution'
Keystore path: '/my_path/debug.keystore'
Keystore alias: 'androiddebugkey'
Android version code: '708'
Android app package: 'com.example'
Excluding specified files from build:
excluding: LaunchScreen.storyboardc
excluding: Icon.png
excluding: Icon-*dpi.png
excluding: Images.xcassets
BUILD SUCCESSFUL
Total time: 1 second
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':App'.
> A problem occurred starting process 'command '/Users/jhinkle/Library/Application Support/Corona/Native//Corona/mac/bin/CoronaBuilder.app/Contents/MacOS/CoronaBuilder''
> compileSdkVersion is not specified.
* 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 6s
May 19 08:01:12.158: CoronaBuilder: Android build failed (256) after 11 seconds
error: CoronaBuilder: Unknown build error (256).