Is it a good habit to use Java 8 for Android development?

I read the instructions for Android development using java 8 from this answer and (orfjack / retroambda)

I wonder if it's a good habit to use this technology to implement Java 8 Does this affect application performance?

It mentioned in its blog - retroambda, which does this by converting Java 8 compiled bytecode so that it can run on older Java runtimes

Solution

I think it's too early to say that using java 8 is a good habit for Android development. The official Android needs the Java 6 JDK mentioned at the bottom of this page: https://developer.android.com/sdk/installing/installing-adt.html

In addition, some Android APIs don't even support trying to use resources, so I don't think they support Java 8.0 at all

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>