Android C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

15th Jan 2018, 12:02 AM
Dennis Schweinfort
Dennis Schweinfort - avatar
5 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.
15th Jan 2018, 12:31 AM
Jacob Pembleton
Jacob Pembleton - avatar
+ 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 ;)
15th Jan 2018, 3:22 AM
visph
visph - avatar
0
Well, thanks for the fast answer. Properly its better if I concentrate to master first the Console Application ^^
15th Jan 2018, 12:05 AM
Dennis Schweinfort
Dennis Schweinfort - avatar
- 1
I’m not sure but I think not. I think android is only Java. Apple is only objective C or swift
15th Jan 2018, 12:03 AM
Someone Else
Someone Else - avatar
- 1
No problem
15th Jan 2018, 12:05 AM
Someone Else
Someone Else - avatar