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
  • 32,807
  • 18
  • 222
  • 281

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
  • 18,114
  • 7
  • 59
  • 94