-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[tools] AndroidAppBuilder dx dependence breaks on Android SDK 31.0.0 and up #65087
Comments
Tagging subscribers to this area: @directhex Issue Details
It looks like dx has officially been removed from Android SDK since version 31.0.0.
|
dx has officially been removed from Android SDK since build-tools version 31.0.0. Fixes dotnet#65087
dx has officially been removed from Android SDK since build-tools version 31.0.0. Fixes #65087
It looks like dx has officially been removed from Android SDK since version 31.0.0.
The plan to switch to d8 has finally finished its last phase https://android-developers.googleblog.com/2018/04/android-studio-switching-to-d8-dexer.html, so if we plan to support newer devices using these higher API levels, we should update the AndroidAppBuilder to work with d8.
The text was updated successfully, but these errors were encountered: