Reputation: 24583
I just downloaded the latest version of Android Studio Ladybug. Looks like this version comes bundled w/ Java 21. When I open my project the AGP upgrade assistant wants me to upgrade to AGP 8.7.2. When I try to upgrade with the assitant I get the following error:
No locally installed toolchains match and toolchain download repositories have not been configured.
Current compiler settings
Looking at the compatibility matrix possible that AGP 8.7.x is not compatible w/ Java 21? If that is really the case and Android Studio Ladybug comes bundled with Java 21 AND, I am running Java 21, why in the world would the AGP assistant want me to upgrade to 8.7.2.
Am I missing something here? Anyone else running AGP 8.7.2 with Java 21 in ladybug?
Upvotes: 0
Views: 1098
Reputation: 1350
I've got the same problem after updating my Android Studio to Ladybug (yes, bug)
Try to
Upvotes: 0