Qt 6.11 is out! See what's new in the release
blog
Andriod
-
Hi friends,
I have andriod external application apk and i want to run that apk trough qt andriod apk.How can run can anybody give the solution.
-
You need to use Android Intents for that. Use JNI to create the intent, or perhaps you could use startActivity for that.