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' 
5
  • Have you tried to reïnstall it? Commented Mar 18, 2016 at 8:30
  • yes i have tried many times but still the errors are same Commented Mar 18, 2016 at 8:44
  • Have you tried restarting your computer? Commented Mar 18, 2016 at 8:58
  • do you use the right JDK Version (32/64bit)? is it just after fresh installation? Or do you add plugins? If you uninstall first, did you remove ALL old files ? Commented Mar 18, 2016 at 9:32
  • @HimaniPal see my answer Commented Mar 18, 2016 at 9:37

3 Answers 3

10

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

Sign up to request clarification or add additional context in comments.

2 Comments

This worked for me when upgrading to Android Studio 3.
I had to remove entire .AndroidStudio directory to make Android studio work but this way you will lose all configuration.
-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.

Comments

-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.

2 Comments

The app closes / crashes at startup, so the above cannot be done
this is for android studio....if you have problem regarding app then the issue must be something else... @strangetimes

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.