Build QT for Androif
Unsolved
Mobile and Embedded
-
wrote on 13 Jun 2021, 01:49 last edited by
-
wrote on 13 Jun 2021, 08:35 last edited by
Hi, please have a look at your Androif.manifes file and in particolar mode at the row
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="29"/>
and then check with SDKManger to have the api 29 selected.
The app shoud run from Android 6 to 11 -
Hi, please have a look at your Androif.manifes file and in particolar mode at the row
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="29"/>
and then check with SDKManger to have the api 29 selected.
The app shoud run from Android 6 to 11wrote on 13 Jun 2021, 09:35 last edited by@mrdebug said in Build QT for Androif:
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="29"/>
thanks :D
1/3