Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plugins inside Android Studio Marketplace not showing when browsing

Android studio marketplace is not showing any plugins while I am browsing. I am trying to install the flutter plugin. The marketplace gets stuck on the loading spinner and when trying to search any plugin, it returns nothing to show. I uninstalled and re-installed Android Studio and still no success. I have internet connection and can access the plugin page for Android Studio in the browser. I am also up to date with the current version of Android Studio: v3.5.3.

I also tried to auto detect proxy settings and set the Automatic proxy configuration URL to https://plugins.jetbrains.com/androidstudio with no luck.

enter image description here

like image 575
QThompson Avatar asked Dec 24 '19 05:12

QThompson


People also ask

How do I access plugins in Android Studio?

Step 1: Open the Android Studio and go to File > Settings as shown in the below image. Step 2: After hitting on the Settings button a pop-up screen will arise like the following. Here select Plugins in the left panel.

Where are plugins located in Android Studio?

Android Studio plugin directories are /Applications/Android Studio. app/plugins and ~/Library/Application Support/AndroidStudioPreview (hidden). Perhaps if you find and delete the bad plugin folder Android Studio will be able to be started correctly.

What are plugins in Android Studio?

Android Studio plugins extend or add functionality to the Android Studio IDE. Plugins can be written in Kotlin or Java, or a mix of both, and are created using IntelliJ IDEA and the IntelliJ Platform. It's also helpful to be familiar with Java Swing.


3 Answers

You have to configure the plugin repository.

Go to the configuration setup at: File -> Settings -> Plugins. Click on the cog at the right of installed. Then select Manage Plugin Repositories and add the following URL: https://plugins.jetbrains.com/

After a few seconds you should see the Marketplace plugins populate correctly.enter image description here

like image 104
martinwolffalonso Avatar answered Sep 28 '22 10:09

martinwolffalonso


Please go to Settings > Appearance and behaviour >> System Settings >> Http Proxy and check Auto-detect proxy settings

like image 39
Nikhil Biju Avatar answered Sep 28 '22 11:09

Nikhil Biju


this problem rarely occures. you can search the plugin name from here and download it manually then install it in android studio.

go to settings > plugins click on settings icon in the tabbar then choose install plugin from disk. this is the onlyway to install the plugin if you cannot find it on the market

like image 22
alireza easazade Avatar answered Sep 28 '22 11:09

alireza easazade