Can c code run on Android? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can c code run on Android?

13th Jul 2017, 6:08 PM
Khiladi Ravi sharma
Khiladi Ravi sharma - avatar
5 Answers
+ 2
you will need a compiler. which you can download from playstore
13th Jul 2017, 6:16 PM
‎ ‏‏‎Anonymous Guy
+ 2
'c++ compiler' this app is offline, search for it. besides there are many offline compilers for c++
13th Jul 2017, 6:49 PM
‎ ‏‏‎Anonymous Guy
+ 1
u cannot get the compiler there.. there's no offline ide on playstore.. u need to download the apps like Dcoder and u need to compile and run it online..
13th Jul 2017, 6:21 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
0
Dcoder app has support for C language. So what libraries it provides, they can be used. It is available on play store for Android. No idea about whether it is also available on iPhone app store.
13th Jul 2017, 6:42 PM
Venkatesh Pitta
Venkatesh Pitta - avatar
0
If you're asking if there are apps that run on Android that you can write c/c++/Java code with and compile and run that code, the answer is yes. There are several, both that use online and offline compilers(no internet connection required) such as CppDroid, AIDE, C4Droid and more. Just search the playstore for what you are looking for I.E. "c++ compiler" and you'll see plenty of results. If you're asking if you can build an Android app using C/C++ again the answer is yes. You can use the NDK (Native Development Kit) https://developer.android.com/ndk/index.html with Android Studio.
13th Jul 2017, 10:48 PM
ChaoticDawg
ChaoticDawg - avatar