Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 5.15, 6.2
-
Fix Version/s: None
-
Component/s: Build tools: androiddeployqt, Documentation
-
Labels:None
-
Platform/s:
Description
The page https://doc.qt.io/qt-6/deployment-android.html mentions that androiddeployqt can exclude some java code specific to given api level if the code is guarded like:
//@ANDROID-21 @Override public void onActivityReenter(int resultCode, Intent data) {} //@ANDROID-21
This is not really handled by androiddeployqt, so either update the docs or add the feature to androiddeployqt.