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
9,06614 gold badges61 silver badges138 bronze badges
asked Mar 18, 2016 at 8:21
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.

Ian Warwick
4,7843 gold badges29 silver badges27 bronze badges
answered Aug 28, 2016 at 8:08
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.

answered Jan 23, 2019 at 4:09

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.

answered Mar 18, 2016 at 9:36

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

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.