Android is based on Linux Kernel so it’s definitely possible to compile & run C/C++ programs on Android .
Read moreCan C++ develop Android development?
You can add C and C++ code to your Android project by placing the code into a cpp directory in your project module . When you build your project, this code is compiled into a native library that Gradle can package with your app.
Read moreCan I do C++ in Android?
You can program in C/C++ using the Android NDK . You’ll have to wrap your c++ codebase in a static library and load that through a Java wrapper & JNI. The standard NDK does not support RTTI and a lot of the functionality of standard c++ is also not available such as std::string, etc.
Read moreWhich mobile app is best for C++ programming?
5 Best Apps to do Programming on Android Platform
Read moreHow do I code an app in C++?
To develop a Native Client application using C++ and CMake:
Read moreCan you make mobile apps with C++?
You can build native C++ apps for iOS, Android, and Windows devices by using the cross-platform tools available in Visual Studio .
Read more