Re: [Qt-creator] Multiple Android APK support?

2018-04-14 Thread Nikos Chantziaras
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

Re: [Qt-creator] Multiple Android APK support?

2018-04-13 Thread Nikos Chantziaras
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

Re: [Qt-creator] Multiple Android APK support?

2018-04-13 Thread Ivan Donchevskii
ces+ivan.donchevskii=qt...@qt-project.org> on behalf of Bogdan Vatra <bogdan.va...@kdab.com> Sent: 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 f

Re: [Qt-creator] Multiple Android APK support?

2018-04-12 Thread Bogdan Vatra
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.

Re: [Qt-creator] Multiple Android APK support?

2018-04-12 Thread Ivan Donchevskii
-project.org Subject: [Qt-creator] Multiple Android APK support? 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

[Qt-creator] Multiple Android APK support?

2018-04-12 Thread Nikos Chantziaras
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?