Re: [Interest] Android manifest min sdk with 5.15.1

2020-10-22 Thread Jérôme Godbout
t@qt-project.org Subject: Re: [Interest] Android manifest min sdk with 5.15.1 Hi, Min SDK and Target SDK are now variables that you should set in the pro file, for instance ANDROID_MIN_SDK_VERSION = 21 ANDROID_TARGET_SDK_VERSION = 29 See here: https://doc.qt.io/qt-5/qmake-variable-reference.

Re: [Interest] Android manifest min sdk with 5.15.1

2020-10-21 Thread maitai
Hi, Min SDK and Target SDK are now variables that you should set in the pro file, for instance ANDROID_MIN_SDK_VERSION = 21 ANDROID_TARGET_SDK_VERSION = 29 See here: https://doc.qt.io/qt-5/qmake-variable-reference.html -- Philippe Le 20-10-2020 22:58, Jérôme Godbout a écrit : Hi, I run

[Interest] Android manifest min sdk with 5.15.1

2020-10-20 Thread Jérôme Godbout
Hi, I run into trouble when I try to sign my package application with 5.15.1 (without signing it build correctly and run just fine): Caused by: com.android.builder.errors.EvalIssueException: Failed to parse XML in