On 13/04/18 15:04, Nikos Chantziaras wrote:
But it seems the site considers the highest version number as the "real"
version. Pre-launch data for example isn't available for the ARM build,
unless you reverse the version numbers, in which case you get data for
the ARM build, but not the x86 one.
When uploading the x86 build, the site replaces the previous build
unless you select "Retain" for it. Once you do that, it does seem to
work and both APKs seem to be active. You get a warning though about
"Differentiating APK details", but it's not a hard-error.
But it seems the site considers
: Friday, April 13, 2018 7:52:49 AM
To: qt-creator@qt-project.org
Cc: Nikos Chantziaras
Subject: Re: [Qt-creator] Multiple Android APK support?
Hi,
It's quite straight forward:
- install Qt for Android for arm & x86
- add Android arm & x86 kits to your project
- select arm kit and bu
Hi,
It's quite straight forward:
- install Qt for Android for arm & x86
- add Android arm & x86 kits to your project
- select arm kit and build first apk for arm
- bump version (yes, this step is a must !)
- select x86 kit and build the second apk for x86
- upload the apk to Google Play.
Ch
supported by x86
devices through some android emulation.
Regards,
Ivan
From: Qt-creator on
behalf of Nikos Chantziaras
Sent: Thursday, April 12, 2018 11:24:28 PM
To: qt-creator@qt-project.org
Subject: [Qt-creator] Multiple Android APK support?
I want to uploa
I want to upload two APKs to the Google Play Store. One for ARM, one for
x86. Google's instructions:
https://developer.android.com/studio/build/configure-apk-splits.html
are for Android Studio. Are there instructions for Qt Creator? Has
anyone done this yet?
___