Android – on what programming language is android os and its kernel written?

androidkernel

I just want to know on what programming language is android operating system and it kernel is written..


Best Answer

Android is built on top of Linux, and a large portion of it is written in C. There are swaths of code written in C++ though. Also, most of the application framework (the stuff you would call android, and almost everything you see on screen) is written in Java.