How Export .apk file ?
Mobile and Embedded
3
Posts
2
Posters
2.4k
Views
2
Watching
-
Hi guys
i wanna export .apk format for android! but i cant found Full training!
can you tell me how i can export apk for android mobile step by step?!
thanks :)@AFRA You can find more information on how to configure Qt Creator for your final package here: http://doc.qt.io/qtcreator/creator-deploying-android.html
You then find the signed APK in your shadow build directory (under android-build/bin if you're using ant build system).
-
@AFRA You can find more information on how to configure Qt Creator for your final package here: http://doc.qt.io/qtcreator/creator-deploying-android.html
You then find the signed APK in your shadow build directory (under android-build/bin if you're using ant build system).
@alexvplay thank you :)