2

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.

Community
  • 1
  • 1
Zar E Ahmer
  • 33,936
  • 20
  • 234
  • 300

1 Answers1

0

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.

Simulant
  • 19,190
  • 8
  • 63
  • 98