Qt6 android service?
-
-
@Alan-Kay said in Qt6 android service?:
Unknown module(s) in QT: androidextras
Are you also using Qt for Android?
"All I want is to have Android keep the same process running in the background, like any normal OS would" - mobile platforms like iOS and Android are very restrictive if it comes to background processes, especially to not to drain battery too fast.
-
@Alan-Kay According to https://wiki.qt.io/New_Features_in_Qt_6.0#Android many *extras modules do not exist in Qt6 anymore, see
"Code from these Qt <platform> Extras modules will find new homes in more relevant modules over time, and any remaining APIs considered for inclusion in later 6.x releases:Qt Android Extras Qt Mac Extras Qt X11 Extras Qt Windows Extras" -
@Alan-Kay Did you check https://doc.qt.io/qt-6/android-services.html ?
-
@Alan-Kay Did you check https://doc.qt.io/qt-6/android-services.html ?