Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

After install CSV Plugin in Android Studio 4.0 Not able to Open Project Setting and build.gradle

This is the first time I've encountered this issue with Studio 4.0. Project and app-level files not able to open, below some other file which not able to open:

Android Studio 4.0 - .csv file Not open, displays nothing. - .java file not open. - .kt file not open.

Has anyone else seen this behavior before? And solutions? Advice would be appreciated.

I have used this plugin for CSV file read https://plugins.jetbrains.com/plugin/10037-csv-plugin without this plugin Studio working fine.

like image 467
Kintan Patel Avatar asked Jun 08 '20 07:06

Kintan Patel


People also ask

How to open plugin preferences in Android Studio?

In Android Studio, open plugin settings: Linux: from the File menu, select Settings... then Plugins. Mac: from the Android Studio menu, select Preferences... then Plugins. Windows: from the File menu, select Settings... then Plugins.

How to enable 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. Make sure you are on the Marketplace tab.

What went wrong plugin ID com Android application '] was not found in any of the following sources?

You need to update to the latest gradle version to solve this issue. It might show a popup asking your permission to update gradle , please update and it will download the latest distribution automatically and the issue will be resolved.


1 Answers

Go to the folder:

C:\Users\<username>\AndroidStudio4.0\config\plugins

On Linux:

~/.AndroidStudio4.0/config/plugins/

…and delete the csv plugin folder.

This will solve all of the problems. For any other issue, just go to the File menu and sync the project with gradle files.

like image 163
Salahaddin mohammed Avatar answered Sep 18 '22 13:09

Salahaddin mohammed