Hello. I messed with my SDK and JDKs to get Unreal Engine 5 to export Android - but now Fusion 2.5+ Developer seems to be unhappy. I've tried many combinations of JDK / Android JDK / Anroid SDK version but generally the same error. Please any advice? Thank you.
Fusion 2.5+ Developer
v294.14
JAVA JDK (I think I also tried Android JDK but I'm not sure which version - it was the version that was working)
jre1.8.0_351
Android SDK 13 (API 33)
Android Studio Electric Eel
Building to 5.0 min and 12 Target
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> com.android.builder.errors.EvalIssueException: android.defaultConfig.versionCode is set to 0, but it should be a positive integer.
See https://developer.android.com/studio...#appversioning for more information.
* 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 886ms