Discussion:
[Qt-creator] Target SDK 28 / QtC 4.7.2
ekke
2018-11-05 20:16:01 UTC
Permalink
I have installed SDKs up to API 28

it's no problem to select Build SDK 28, but from Android Manifest I can
only select up to API 26 for Target SDK.

Changed it in Manifest Source to 28 and it seems to work

Shouldn't QtC 4.7.2 support Target SDK 28 in Manifest Edirtor ?

Is it OK to set the API manually ?

thx

ekke
Christian Gagneraud
2018-11-06 02:16:32 UTC
Permalink
Post by ekke
I have installed SDKs up to API 28
it's no problem to select Build SDK 28, but from Android Manifest I can
only select up to API 26 for Target SDK.
AFAIK, 28 requires clang, and only Qt-5.12 supports it, and it hasn't
been released yet.

Chris
ekke
2018-11-06 05:40:44 UTC
Permalink
Post by Christian Gagneraud
Post by ekke
I have installed SDKs up to API 28
it's no problem to select Build SDK 28, but from Android Manifest I can
only select up to API 26 for Target SDK.
AFAIK, 28 requires clang, and only Qt-5.12 supports it, and it hasn't
been released yet.
Chris
I'm testing 5.12 Beta 3 with QtC 4.7.2

manually changing to 28 in Manifest src works, but the dropdown to
select Target SDK only goes up to 26

ekke

Loading...