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)
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