Android/Amazon Version Code

My app is built by AppStudio/VoltBuilder using the current version of AppStudio.

I just tried to upload to Amazon and got this message:

Failed to upload APK. An App file with higher minSDK version must have a higher version code.
The APK you just uploaded with version code: 1998 and minSDK version: 24, conflicts with an existing App file with version code: 20800 and minSDK version: 22.

Please advise,

Warren

The message is almost certainly correct - have you checked your minSDK and version code?

Cordova has specs to build for different versions of the Android OS. To build for the latest version, remove the engine tag from your config.xml.

I made this change, just as I did for Android and it worked; I also needed to increment the Build Counter in AppStudio to a number greater than 20800.

It all worked!

Thank you