Skip to content Skip to sidebar Skip to footer

Does Android 4.2.2 Support Jre 1.7?

I have a handheld device with android 4.2.2. Now, I want to know is it possible to know which java runtime environment is supported on that version, as android is java based. Actua

Solution 1:

Android only support version of Java 6 features of Java 7 like Switch-case of string ,try ressource management or catch mutiple related exception in a simple catchfail.

Solution 2:

it support java 1.7 but if you include google map then you have to use java 1.6.

Post a Comment for "Does Android 4.2.2 Support Jre 1.7?"