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.

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

2 Comments

No, it won't fail, you're making that up. You can even use Java 8, thought technically it's not supported, so I wouldn't recommend it.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.