android-* packages not working well with OpenJDK 11
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
android-platform-tools-base (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bionic |
Fix Committed
|
Undecided
|
Unassigned | ||
Cosmic |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
android-* packages not working well with OpenJDK 11.
taken from
https:/
Android builds are entirely broken with OpenJDK 11.
Apparently, you'd be forced to upgrade Android Gradle plugin to at least 3.1.0 to be compatible to OpenJDK 11. Ubuntu/Debian still has version 2.2.2 [1]!
But even if you upgrade to 3.1.0 manually (bypassing apt), you'd break reproducable builds. Versions 3.1 to 3.4 are dependent on file system sort order. According to Google, that bug has recently been fixed in 3.5 [2] and will be backported to 3.4, but anyway these versions require newer Gradle versions that have yet to appear in Ubuntu/Debian. So we have a dependency deadlock that is currently unresolvable.
[1] https:/
[2] https:/
description: | updated |
description: | updated |
Changed in android-platform-tools-base (Ubuntu): | |
status: | Incomplete → In Progress |
status: | In Progress → Fix Released |
Changed in android-platform-tools-base (Ubuntu Bionic): | |
status: | New → Fix Committed |
Changed in android-platform-tools-base (Ubuntu Cosmic): | |
status: | New → Fix Committed |
Status changed to 'Confirmed' because the bug affects multiple users.