Android Studio 3.6.+ plug-in cannot search for the ultimate solution (detailed graphic)

I don’t know when the Android Studio plug-in and Gradle are upgraded, the plug-in cannot be searched for online installation, and it has been in a circle. Through various tests and explorations, several solutions have been summarized. My Android Studio has been upgraded to 3.6.3.

Insert picture description here

 

1. Investigate other causes

Excluding some related factors, after these methods are eliminated, it is still impossible to search for plugins and then use the ultimate solution.

 

1. Network Check

. Before you determine that the plug-in cannot be searched, you must make sure that the network is in good condition, and the plug-in will not be searched for a long time in a weak network. No, I will cry for most of the day.

 

2. Cancel proxy

Insert picture description here

 

Second, the ultimate solution

Several methods listed below can effectively solve the problem that the plug-in cannot search.

 

1. Offline download

Download from now, offline installation is the dumbest and last way

Insert picture description here
Insert picture description here

After downloading the offline plugin .jar, install it offline

Insert picture description here

 

2. Availables.xml replacement scheme

I recommend this way the most .

It is rumored on the Internet to delete the plugins folder in the .AndroidStudio3\config directory and restart it. In fact, it actually regenerates the availables.xml file. My operation has no effect. The essence of this solution is to change the availables.xml, and other installed plug-ins do not need to be deleted, otherwise it will be a waste of time to download and install again.

My solution is to replace the previous availables.xml now availables.xml, its path in C:\Users\Administrator\.AndroidStudio3.6\config\plugins case, after replacing it.

How to obtain the availables.xml file

  • Obtained from the low version of .AndroidStudio3.6\config
  • Get it from your colleague’s Android studio

 

Three, invalid plan

 

1. Cancel Use secure connection

After upgrading to 3.6.0, there is no Use secure connection option, so this method is outdated

Insert picture description here

 

2. idea.properties configuration

Enter the installation directory of Android Studio...Android Studio\bin find idea.properties to modify the configuration

1

2

3

idea.plugins.path=${idea.config.path}/plugins

改成

idea.plugins.path=${idea.system.path}/plugins

This method is actually useless

The configuration of idea.plugins.path has been eliminated in 3.6.0 and later.

Insert picture description here

The above useful and useless solutions are summarized after I have tried them. I hope you will stand on my shoulders to solve your problems and reduce trouble.

to sum up

So far, this article about Android Studio 3.6.+ plug-in can’t search for the ultimate solution (detailed graphic and text) is introduced here. For more related android studio plug-ins, please search for the previous article or Continue to browse the related articles below, I hope you will support Scripthome more in the future!

Guess you like

Origin blog.csdn.net/sd19871122/article/details/108268497