Porting a Qt-based application in Android

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

I am working on Android Gingerbread.

+6
source share
1 answer

You can use Necessitas , which has a nice graphical interface that helps you create, create, debug, and deploy Qt applications for Android.

What is Necessitas?

Necessitas is the code name of the Qt port in the Android operating system and the convenient integration of Qt Creator with Android,

This project provides you with Qt for the Android operating system and a first-class identification environment for citizens to manage, develop, deploy, run and debug your Qt applications on Android devices.

Download Necessitas

How to install Necessitas SDK


Related reading:

Bringing Qt Applications to Android - Quick Start Videos

+6
source

Source: https://habr.com/ru/post/918890/


All Articles