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

2018-04-12 Thread Ivan Donchevskii
As far as I know store expects both in the same apk. So as I understand you suggest having two different versions in store for different platforms? That may work. Thanks for one more workaround :) Regards, Ivan From: Qt-creator on behalf of Bogdan Vatra Sent: 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. Ch

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

2018-04-12 Thread Ivan Donchevskii
Good question! I also did not find a way to do that. I assume that it's not possible currently because several kits are involved at the same time to support such feature. Prove me wrong or let's think how to solve that. As a temporary solution you can build only arm - it is still supported by

[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? ___

Re: [Qt-creator] Migration from QtCreator 4.5 to 4.6 (V2)

2018-04-12 Thread Jason H
Aside from the "error messages" that aren't errors, it works fine for me in all other respects. > Sent: Thursday, April 12, 2018 at 12:25 PM > From: "Карелин Павел" > To: "Jason H" > Cc: qt-creator@qt-project.org > Subject: Re: [Qt-creator] Migration from QtCreator 4.5 to 4.6 (V2) > > > > 1

Re: [Qt-creator] Migration from QtCreator 4.5 to 4.6 (V2)

2018-04-12 Thread Карелин Павел
12.04.2018 07:34, Jason H пишет: 1) It's not really an issue, it's just visual and won't affect building 2) QtC parser is broken/incomplete and does not handle that case yet* Then I'll probably postpone the transition to Qt 4.6, I'll stay on 4.5.2. I just want to work stably. -- BR, Pavel Ka