5

I got these errors while starting android studio. Please can anybody provide me solution for this:

> java.lang.RuntimeException:
> com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal
> error initializing 'com.android.tools.idea.AndroidInitialConfigurator'
Pawan Nogariya
  • 8,330
  • 12
  • 52
  • 105
Himani Pal
  • 59
  • 1
  • 2

3 Answers3

10

Just go to ~/users/[your_username]/ and delete .AndroidStudioXXX . then restart android studio and don't import settings from the previous version.

Ian Warwick
  • 4,774
  • 3
  • 27
  • 27
-1

WINDOWS 10: What helped me is I went Computer Properties => Advanced => System Variables and deleted everything that says Android... There was AndroidSDK, AndroidAVD folder paths that are no longer existed in my system.

Yaroslav Dukal
  • 3,894
  • 29
  • 36
-2

FIRST make sure you have installed same 32-bit or 64-bit of JDK and ANDROID STUDIO. then do following

  • Launch Studio
  • Configure -> Project Defaults -> Project Structure
  • Go to the SDK's section
  • Add a JDK
  • Add the Android SDK that is bundled in inside the Android Studio installation folder

Then go back to creating a new project.

Bajirao Shinde
  • 1,356
  • 1
  • 18
  • 26