I want to know the difference between java 6 and java 7 while creating android app.
As i have seen a question here. and here. Which should we use and what are the other issue which can occur while using them.
I want to know the difference between java 6 and java 7 while creating android app.
As i have seen a question here. and here. Which should we use and what are the other issue which can occur while using them.
In general Java 7 is on Android not supported. So you have to use Java 6 on Android.
Java 7 is supported from Android API 19 (KitKat 4.4), but it will fail on any other version below.