Android Studio 3.5.2 - Marketplace plugins are not loading

3.6k Views Asked by At

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 ?

1

There are 1 best solutions below

1
On

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!