0

Let's say I'm not using any JAVA 8 specific features, but in Project Structure I have Source & Target Compatibility set to 1.8 - will this alone cause any problems on lower API targets (lower then API level 24) ?

Was trying to find an answer at the following link but it only seems to reference JAVA 8 specific features: https://developer.android.com/studio/write/java8-support

2
  • no it will not cause problems Commented Oct 16, 2018 at 21:31
  • It will not create any problem. Lint will throw warnings if any Java 8 specific features won't run below API 24. For example, Collections streams if used and min SDK is set to 19, then it will warnings. Commented Oct 16, 2018 at 23:04

0

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.