Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Porting Qt based application in Android

Tags:

android

qt

I have developed a Qt based application and I want to port it to Android. Is there a way for me to do this?

I am working on Android Gingerbread.

like image 744
Jim Avatar asked Jun 24 '12 18:06

Jim


People also ask

Can QT be used for Android?

Qt for Android enables you to develop Qt applications for Android devices, and supports a wide range of features and use-cases. To download and install Qt for Android, follow the instructions on the Getting Started with Qt for Android page. To build Qt from source, see Building from Source.

How do I run a QT app on Android?

In order to use Qt for Android, you need the following: Java Development Kit (JDK) provided by AdoptOpenJDK for all platforms, is required to build Android apps. Other alternatives such as OpenJDK for Linux or Java SE Development Kit for Windows are also supported.

What is Qt based application?

Qt (pronounced "cute") is cross-platform software for creating graphical user interfaces as well as cross-platform applications that run on various software and hardware platforms such as Linux, Windows, macOS, Android or embedded systems with little or no change in the underlying codebase while still being a native ...

Is QT good for mobile development?

Qt is a good choice for businesses that want to build software for several platforms or target both Android and iOS users.


1 Answers

You can use Necessitas, that has a nice GUI to easily help you to create, build, debug and deploy Qt applications for Android.

What is Necessitas ?

Necessitas is the codename for the port of Qt on the Android Operating System and of the user-friendly Qt Creator Integration with Android,

This project provides you Qt for the Android Operating System, and a first-class citizen IDE letting you manage, develop, deploy, run & debug your Qt Applications on Android Devices.

Download Necessitas

How to install Necessitas SDK


Related Reading:

Bringing Qt applications to Android – a quickstart video

like image 191
Zuul Avatar answered Sep 30 '22 14:09

Zuul