Fixed
Status Update
Comments
ju...@google.com <ju...@google.com>
ap...@iequos.com <ap...@iequos.com> #2
UPDATE
Specifying the current version of AGP in the android > build.gradle file causes the AGP upgrade assistant to stop infinitely loading and work as expected.
Before inside the dependencies object:
classpath('com.android.tools.build:gradle')
After
classpath('com.android.tools.build:gradle:7.2.4')
It is not immediately obvious why you have to do this, the project was building just fine without it.
Specifying the current version of AGP in the android > build.gradle file causes the AGP upgrade assistant to stop infinitely loading and work as expected.
Before inside the dependencies object:
classpath('com.android.tools.build:gradle')
After
classpath('com.android.tools.build:gradle:7.2.4')
It is not immediately obvious why you have to do this, the project was building just fine without it.
je...@google.com <je...@google.com>
xo...@google.com <xo...@google.com>
xo...@google.com <xo...@google.com> #3
Thanks. I've submitted a fix for this, which should (I hope) make it into Jellyfish Canary 12. Since there's a relatively straightforward workaround, we probably won't patch this for Iguana, I'm afraid. Thanks very much for the report.
an...@google.com <an...@google.com> #4
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Jellyfish | 2023.3.1 Canary 12
- Android Gradle Plugin 8.4.0-alpha12
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
####################################################
Please provide all of the following information, otherwise we may not be able to route your bug report.
####################################################
1. Describe the bug or issue that you're seeing.
The AGP Upgrade Assistant tool just displays an infinite loading screen making it unusable.
2. Attach log files from Android Studio
2A. In the IDE, select the Help..Collect Logs and Diagnostic Data menu option.
2B. Create a diagnostic report and save it to your local computer.
2C. Attach the report to this bug using the Add attachments button.
3. If you know what they are, write the steps to reproduce:
3A. Go to Tools > AGP Upgrade Assistant. Infinite loader is displayed.
In addition to logs, please attach a screenshot or recording that illustrates the problem.
Done.
For more information on how to get your bug routed quickly, see
Build: AI-231.9392.1.2311.11255304, 202312262215
AI-231.9392.1.2311.11255304, JRE 17.0.7+0-b2043.56-10550314x64 JetBrains s.r.o., OS Windows 11(amd64) v10.0 , screens 2880.0x1620.0, 1920.0x1080.0
AS: Hedgehog | 2023.1.1 Patch 1
Kotlin plugin: 231-1.9.22-release-704-AS9392.1.2311.11255304
Android Gradle Plugin: 7.4.2
Gradle: 8.0.1
Gradle JDK: JetBrains Runtime version 17.0.7
NDK: from module: 23.1.7779620, from module: 23.1.7779620, from local.properties: (not specified), latest from SDK: 24.0.8215888
CMake: from local.properties: (not specified), latest from SDK: 3.22.1-g37088a8-dirty, from PATH: (not found)
Source: send_feedback_icon```