Error in android studio after update

1

I made the update from version 1.2.0 to 2.2 and now whenever I try to create or open a project it appears:

Fatal error initializing 'com.intellij.debugger.DebuggerManager'

And do not let the project open, any solution?

    
asked by anonymous 05.06.2016 / 19:42

1 answer

0

I searched the same error once and found this solution in a forum:

  • Go to the androidStudio installation folder example: c:\user\seuusuario\.AndroidStudioX.X
  • Rename .AndroidStudio.X.X to anything, example: back_up
  • Run AndroidStudio.
  • It will ask if you want to import previous settings as at the beginning of an installation.
  • Choose the folder you renamed as back_up .
  • This is for resolving ...

        
    06.06.2016 / 16:23