Hi there,
I’ve just installed the latest daily build (Corona-3122) alongside my existing everyday dev version of Corona (3079) to try and see if I can get the new Corona Native setup to work on Mac (for iOS / Android).
I followed the instructions in the setup guide (clicked on the Setup Corona Native link) and copied over the App Project Template.
It all seems to work correctly in the IOS simulator and I was able to make a couple of changes to both the Objective C and Lua sides and see the output in the iOS simulator.
However when I try and perform the same task on Android I start to get issues.
When I try and build and deploy to the Android simulator I get errors about the apk not existing. Upon further inspection when I try and do a clean & rebuild I get the following error.
Error:Execution failed for task ':app:certifyBuild'. \> Process 'command '/Users/jon/Library/Application Support/Corona/Native/Corona/mac/bin/CoronaBuilder.app/Contents/MacOS/CoronaBuilder'' finished with non-zero exit value 254
Has anyone got any suggestions on how to proceed?
I know the Android SDK is setup correctly on my machine as I’ve been able to build simple native demos using both pure Android and React-Native for Android.
I did initially wonder if I’d broke something when ‘tinkering’ on iOS but I get the same error when I make a copy of the Project template and try and just do a clean install.
Any help greatly appreciated!