AGP Upgrade Assistant window not opening in Android Studio - android-studio

When I press Tools > AGP Upgrade Assistant button, nothing happens.
I am using Arctic Fox 2020.3.1 Patch 4. I also tried this on Bumblebee 2021.1.1 and the same problem occurs.
Other maybe relevant info
Fluter Android Studio plugin 63.2.1
Dart Android Studio plugin 203.8452
Dart 2.15.1
Flutter 2.8.1
Android gradle plugin 3.6.0
Gradle 6.1.1-all

The APG Upgrade Assistant opens only when you open the Android folder as an Android project

Related

How to solve android studio loading project?

Android studio says
"This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 2021.1.1 or newer."

Is it the normal behaviour for Android Studio to lose all settings after an upgrade via Jetbrains Toolbox?

I'm currently using Android Studio Chipmunk 2021.2.1 Patch 2 212.5712.43.2112.8815526, and would like to upgrade to the latest Android Studio Dolphin 2021.3.1.
Jetbrains Toolbox is providing an option for this upgrade.
However, when the new version gets installed and I open Android Studio, all the settings that I had before are lost, and it looks like a fresh install.
Plugins, themes, are all lost, and it seems like I need to re-install them.
Thankfully I'm able to rollback to the previous version for now.
In other Jetbrains IDEs, there's usually a prompt to migrate over from a previous installation. This isn't coming up with Android Studio.
Is this the normal behaviour for Android Studio? And if not, is there something I'm missing?
More details:
Current Android Studio version: Android Studio Chipmunk 2021.2.1 Patch 2 212.5712.43.2112.8815526
Current Jetbrains Toolbox App version: 1.26.0.13072
OS: macOS Monterey Version 12.5.1 (21G83)

Android Studio 4.1.2 - Dart And Flutter is not installed in "flutter doctor"

I've recently installed android studio 4.1.2 with flutter 1.22.6
even though I installed flutter and dart plugins in android studio the result of 'flutter doctor' command was as follows.
[√] Flutter (Channel stable, 1.22.1, on Microsoft Windows [Version
10.0.18362.30], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version
30.0.2)
[!] Android Studio
X Flutter plugin not installed; this adds Flutter specific functionality.
X Dart plugin not installed; this adds Dart specific functionality.
[!] Connected device
! No devices available
! Doctor found issues in 2 categories.
Now for clear error act as below (Steps worked for me):
flutter channel dev
flutter upgrade
flutter config --android-studio-dir="C:\Program Files\Android\Android Studio"
flutter doctor -v
It is a problem in Flutter config detection. If you start Android Studio and plugins installed, you can use it and all functionality will works fine. You can find solutions in issue on GitHub.
It's a bug in the Flutter SDK.
You can ignore it. Everything works as intended.
The reason for getting that error is because of the Android version you are using. If you should run:
flutter doctor -v,
You should get the Android version flutter is trying to check the configuration for.
In my case, it shows Android Studio version 4.1.0 even though i have Android Studio 4.1.2 installed with the required plugins. So, as long as it keeps expecting that Android studio version but with a different version installed, you should be getting same error. So, i think the solution to that is to get the Android version flutter doctor displays or probably wait for the next stable release of flutter that supports Android version 4.1.2.

Flutter Doctor doesn't recognize Android Studio and flutter dart plugins plugins New version 4.1 Update

How can I fix this issue
And also I have JDK 8
Installed flutter dart plugins
This is a known bug with Android Studio Version 4.1.
Your choices are either to downgrade to 4.0, or wait for an update. The issue is with Android Studio, not the plugins.There is no known workaround to make the plugins work until the Android Studio team fixes it.
See https://github.com/flutter/flutter/issues/67986 for details.

Android Studio 4.1 freezes while indexing when the flutter plugin is installed

I have installed Android Studio 4 with flutter plugin, and it was working fine until yesterday. And then Android Studio freezes during Indexing.
I tried installing Android Studio 4.1 and then changing the flutter channel to stable and dev -- still the freezing issue persists. I have tried uninstalling the flutter and dart plugins, and then installing again, but AS freezes while Indexing after restart...
Has anyone encountered this? Which version of flutter plugin works with which version of Android Studio? Thanks.
Flutter (Channel stable, 1.22.1)
Android Studio 4 / 4.1
The solution that worked for me was to remove the .dartServer folder, from this issue. After this, indexing was able to proceed.

Resources