2

1

1 1

Android Studio is allowed by Windows Firewall.

Tried to :

  • Turn Windows Firewall off
  • Try with a different ISP
  • Try installing the Flutter plugin locally

None of these work. Please help me.

What am I missing ?

Moumit
  • 8,314
  • 9
  • 55
  • 59
AndreiDM
  • 21
  • 1
  • 3
  • I also get the error : **Failed to run plugin descriptor from file flutter-studio.jar** , when trrying to install it locally. I can create a flutter project and I can open it in Android Studio. – AndreiDM Nov 21 '19 at 15:01

1 Answers1

9

after a 10hr search here are the steps to the solution:

  1. Locate and open the idea.properties file in your Android/bin folder
  2. Add idea.plugins.host=https://plugins.jetbrains.com to the file.
  3. Save and close file
  4. Relaunch Android Studio

Hope it helps!

Alagh
  • 91
  • 1
  • 5
  • 2
    Without manual file edition or need to restart the IDE: click the gear icon in the Settings > Plugins dialog. Then "Manage Plugin Repositories" and add https://plugins.jetbrains.com. This worked for me (on IntelliJ IDEA but I guess it's the same with Android Studio) – pcdv Jun 08 '20 at 10:05