1

After updating my Android Studio 4.0 to Android Studio 4.1 getting this error

enter image description here

Sandeep Kumar
  • 168
  • 1
  • 9
  • Does this answer your question? [Android Studio 4.1 RC, facing start failed error after upgrade](https://stackoverflow.com/questions/63487696/android-studio-4-1-rc-facing-start-failed-error-after-upgrade) – Md Golam Rahman Tushar Oct 13 '20 at 02:05

4 Answers4

0

I Updated my Android Studio as well and had the same problem.

I Fixed removing the marketplace folder inside C:\Users\USER\.AndroidStudio4.0\config\plugins

0

In my case, I removed the files inside: C:\Users\user\AppData\Roaming\Google\AndroidStudio4.1\plugins\marketplace\lib

It's safer copy the files to another location before deleting.

maxissuel
  • 1
  • 2
0

I solved this issue using the following steps:

  1. close android studio

  2. Deleting the .AndroidStudio4.0 folder from the following path "C:\Users\my_user_name"

  3. Run Android studio and it will download components again

That's all worked for me..

Hussnain Hashmi
  • 203
  • 2
  • 9
0

In my case, deleting the AndroidStudio4.0 folder from

  • "C:\Users\my_user_name" and
  • "C:\Users\my_user_name\AppData\Roaming\Google"

did not work for me. What I did was to delete the AndroidStudio4.1 in the second path as well and the error was solved for me.