|
|
|
|
|
by cesarb
2094 days ago
|
|
Isn't Android mostly based on Java 7 (for instance, the Guava artifact you need for Android is the Java 7 one)? It can't be the reason why Java 8 is popular. I believe that the reason why Java 8 is so popular is because there were a lot of backward compatibility problems with Java 9, compounded by the fact that Java 11 (the next LTS after Java 8; both Java 9 and Java 10 had very a very short life) removed many APIs deprecated by Java 9. |
|
https://developer.android.com/studio/write/java8-support
All libraries that matter on the Java eco-system are already on Java 11.