0

I have checked the newly opened threads about the issue but none fixed the problem

enter image description here

I am using a mac and I don't understand what should I delete to make it work. Or should I just completely delete the IDE and freshly reinstall it?

Alon Shlider
  • 1,187
  • 1
  • 16
  • 46
  • What is your OS version? It seems that you need to update your OS – Iman Nia Oct 13 '20 at 21:17
  • 1
    Unless you know exactly "what changed", it sounds like the quickest/surest solution might be to reinstall ;) See also: https://stackoverflow.com/a/64329406/421195: `remove the file .local/share/google` – paulsm4 Oct 13 '20 at 21:17
  • Where did you get Android studio? Did you use its internal update mechanism or downloaded a dmg ? – Iman Nia Oct 13 '20 at 21:18
  • 1) My OS if the latest version 2) I updated the IDE from inside the IDE – Alon Shlider Oct 14 '20 at 06:20

2 Answers2

1

I just deleted and reinstalled the IDE and it works fine.

Google should really check their releases before going out official - If I were to work on an important project this would waste many hours for nothing.

Alon Shlider
  • 1,187
  • 1
  • 16
  • 46
1

I am using Android studio 4.1 on Linux Mint 19.3 after update had the same error.

Some of the plugins(Marketplace and Makrdown) are not compatible with the new version.

Some suggestions were to delete /.local/share/google(but there was no such folder on Linux Mint 19.3)

I solved it by renaming(or deleting) marketplace plugin folder in /home/user/.var/app/com.google.AndroidStudio/data/Google/AndroidStudio4.1

After that Andorid Studio starts normal and plugins can be udated.