+ 2
Android C++?
Hello guys just a question can i do some Android Apps with C++? cause in Visual Studio there is a download for Android C++ application.
6 Answers
+ 4
C++ does work on Android.
I did research a few days ago and a lot of websites actually say that it is a good choice.
+ 3
Fast, but wrong answer ^^
@Jacob Pembleton is right: C++ does work on android...
Anyway, android API and GUI are more easily usable with Java/Kotlin, but you can compile and run C++ on android, and use it as kind of library for a Java/Kotlin app...
Tip: Termux, an amazing console emulator app for android can install C/C++ compiler in a linux debian-like shell through apt and repository maintened by the author, so even with a simple phone you're able to compile specificaly for android ;)
0
Well, thanks for the fast answer. Properly its better if I concentrate to master first the Console Application ^^
- 1
Iâm not sure but I think not. I think android is only Java. Apple is only objective C or swift
- 1
No problem