Reputation: 9
Please Help me to solve this error in android studio.
Upvotes: 0
Views: 58
Reputation: 2742
Some plugin is IDE causing this error. You can delete all and redownload them again.
For Ubuntu
,
Delete the folder .local/share/google and Open android studio.
For Windows
,
Delete the folder C:\Users{USER}\AppData\Roaming\Google or C:\Users{USER}.AndroidStudio4.1\config\plugins
For Mac
,
Delete the marketplace folder ~/Library/Application Support/AndroidStudio/marketplace
Upvotes: 0
Reputation: 665
This error indicates an issue in IDE
plugins.
Remove the Android Studio folder in this path ~/.local/share/Google/
.
This should fix your issue.
If your issue is not resolved by doing this you must read this article NoSuchMethodError
Upvotes: 0