Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error after updating Android Studio

I have updated my Android Studio to 1.2.1.1 and now i am trying to create a new project and it shows an error:

"Error Loading Default Project " Fatal error initializing 'com.intellij.openapi.vcs.changes.shelf.ShelveChangesManager'

Please suggest a solution. Thanks in advance

like image 564
Abraham Thomas Avatar asked Dec 24 '22 19:12

Abraham Thomas


2 Answers

Experienced the same problem on Ubuntu/Linux. In my case the solution was to change the save path of my project from relative, to absolute.

Trying to create a new project in ~/AndroidStudioProjects/MyApp would generate this error

But if I specified the full path /home/myusername/AndroidStudioProjects/MyApp, the problem was resolved.

like image 104
Mtl Dev Avatar answered Dec 30 '22 18:12

Mtl Dev


You have to reset Android Studio and this is a configuration problem.

Uninstall android studio and install again.

This link will help you with all steps of reinstall. Unable to create new android studio project?

like image 39
Garima Mathur Avatar answered Dec 30 '22 16:12

Garima Mathur