Export APK
Unsolved
General and Desktop
-
Hi!
I'm gonna create an desktop application that can make an android application. For example, user make the user interface of the android application (in my app) and when he clicked on "Export as APK" app will make a APK of that interface. I am familiar with android programming. -
Hi
did you forget the question?
anyway, you mean, that it will be able to generate APK for android directly?As far as i know , u need java SDK and run tools yourself.
http://doc.qt.io/qt-5/deployment-android.html
Building the Android Application Package -
@AliReza-Beytari
Hi
You can use QProcess to run the tools from your app. -
Hi,
Are you trying to write something like Qt Creator's Android tools ?
-
This post is deleted!