I always get confused about this, what SDK version of Java does Android run on?
For example Android 2.3 and Android 4.0. What JAVA SDK they run (1.4,1.5..etc?
Please let me know unless I am missing the concept completely
I always get confused about this, what SDK version of Java does Android run
Share
Currently, java 1.6 is the version used for all Android versions. Keep in mind there are some things not present, and some extras added, so really, it’s more like its own branch.