Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android builds break when updating to android gradle plugin 7 #1097

Open
p-fischer opened this issue Jul 6, 2021 · 1 comment
Open

Android builds break when updating to android gradle plugin 7 #1097

p-fischer opened this issue Jul 6, 2021 · 1 comment

Comments

@p-fischer
Copy link

Android gradle plugin version 7 requires JDK 11.

This implies that one needs to switch from the deprecated SDK tools to the current command line tools.
Both tool packages include an sdkmanagerbinary but the deprecated version of sdkmanager depends on java packages javax.xml and therefore is incompatible with JDK 9+.

There is an older related PR #992

@phansch
Copy link

phansch commented Nov 16, 2021

We are also running into this now as we're upgrading to the latest Android/Gradle version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants