You cannot directly run C++ applications in Android . Android can run only applications written using the Android SDK, but yes you can re-use your native(C/C++) libraries for Android.
Read moreCan we make an app using C++?
You can build native C++ apps for iOS, Android, and Windows devices by using the cross-platform tools available in Visual Studio . Mobile development with C++ is a workload available in the Visual Studio installer.
Read moreCan you use C++ for Android Apps?
C++ can be used for Android App Development using the Android Native Development Kit(NDK) . However, an app cannot be created totally using C++ and the NDK is used to implement parts of the app in C++ native code. This helps in using C++ code libraries for the app as required.
Read moreCan I build 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 . Mobile development with C++ is a workload available in the Visual Studio installer.
Read more