error when compiling code using Qt 6.2.3 Android
Unsolved
Mobile and Embedded
-
Hello to all
My Qt configuration is as follows
I am using Qt version 6.2.4 and NDK 22.1.7171670 and also for an android-32 version for Android build platform SDK.
my kit configuration is as follows:
When I compile the program, the following message is displayed in the output:"Warning: This version only understands SDK XML versions up to 2 but an SDK XML file of version 3 was encountered. This can happen if you use versions of Android Studio and the command-line tools that were released at different times.
Warning: unexpected element (uri: "", local: "base-extension"). Expected elements are <od od codename>, <{} layoutlib>, <{} api-level>" -
@Ebrahimi89 did you ever resolve this issue?