Hello, I want to compile my app for devices with armeabi-v7a and x86, but when I try to submit the apk’s to the playstore I got the next error;
You have to use a different version code for your APK or Android App Bundle because you already have a file with the
version X.X code.
how I can fix this? , I found this tutorial: https://medium.com/mindorks/publishing-multiple-apks-on-google-play-b06bb9078aae#.qqr2yqjfv
but I don’t know how to translate it to QT, if I add the steps on the build.gradle it fails to build.
do I need to add a parameter on the build steps, or create different versions of the same app?