DEV Community

IMPranshu
IMPranshu

Posted on

How to build an app using c++ in android?

How to build an app using c++ in android?

It is a question arises my mind anytime I sit down and do some game development stuff. Till now I am not able to find a solution which just takes the c++ code and compile it for Android or any other handy technique.

Hope you guys can help......

Top comments (1)

Collapse
 
rhardih profile image
René Hansen

You could take a look at the Qt framework. It's a cross platform C++ framework, that's very easy to build and run on Android.

doc.qt.io/qt-5/gettingstarted.html