How can I fix this issue And also I have JDK 8
Asked
Active
Viewed 1,083 times
1
-
Where is your Android Studio? – John Joe Oct 16 '20 at 10:10
-
1st-row third column app it is the new version of android studio – Dineth S Gimhana Oct 16 '20 at 10:14
-
1is this helped ? https://stackoverflow.com/questions/59647791/tag-android-studio-not-installed-when-run-flutter-doctor-while-android – John Joe Oct 16 '20 at 10:37
-
yes but plugins are not recognized – Dineth S Gimhana Oct 16 '20 at 10:49
-
Hey @DinethSGimhana have you tried restarting your terminal after installing the plugins on Android Studio (Which at the same time needs android studio to be restarted to validate the plugins installation)? – J Manuel Oct 16 '20 at 12:08
-
yes I have done – Dineth S Gimhana Oct 16 '20 at 12:18
-
I finally decided to downgrade until this is fixed. I didn't realize how much I depended on these plugins until they were gone. Downgrading is not the nightmare I thought it would be either. Uninstall the one you have, install the older version. No hiccups. – Curt Eckhart Oct 22 '20 at 15:23
-
I did some followup reading, and [this](https://github.com/flutter/flutter/issues/61246) is worth paying attention to. IMO, the right solution isn't to simply disable the validity check; Some proactive warning needs to take its place. – Curt Eckhart Nov 07 '20 at 21:31
1 Answers
4
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.

Curt Eckhart
- 455
- 5
- 11
-
1FYI I ended up downgrading because the Flutter plugins are so valuable to me. I've seen recent notices of upgrades, but I haven't pulled the trigger because I don't know if this issue has been fixed. – Curt Eckhart Nov 07 '20 at 21:10