How to write android apps in c++?

Is it even possible to write code in c++ and then compile it in .apk? How can this be done in Visual Studio or Qt?

Author: raviga, 2019-06-05

1 answers

There are several options, but it is worth highlighting two of them:

The recommended option is the first one, as it is supported by android itself and is well documented.

 2
Author: raviga, 2019-06-06 14:55:59