Android Studio not starting: Fatal error initializing 'com.intellij.util.indexing.FileBasedIndexAndroid Studio 2.3 Cannot Load Project StartupAbortedExceptionAndroid Studio IDE is not startingProper use cases for Android UserManager.isUserAGoat()?Rename package in Android StudioAndroid-studio cannot new project?Android Studio does not start anymore: Fatal error initializing '[…].FrameworkDetectionIndex'Fatal Error in Android Studio 1.0.1internal error while starting android studioandroid studio 1.2.1 fails to install on macError: Attempt to read from field 'int com.fleetboard.sdk.lib.version.SdkVersion.fmajor' on a null object referenceIDE Error Android Studio 3.1.2 "Waiting for build to finishAndroid Studio Unable to locate AdB

How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?

Are lightweight LN wallets vulnerable to transaction withholding?

Will the technology I first learn determine the direction of my future career?

Greatest common substring

How to align and center standalone amsmath equations?

How must one send away the mother bird?

If a character with the Alert feat rolls a crit fail on their Perception check, are they surprised?

Can somebody explain Brexit in a few child-proof sentences?

What is this type of notehead called?

Melting point of aspirin, contradicting sources

Wrapping Cryptocurrencies for interoperability sake

Constructing Group Divisible Designs - Algorithms?

Query about absorption line spectra

Can I use my Chinese passport to enter China after I acquired another citizenship?

How do I extrude a face to a single vertex

Customize circled numbers

Has Darkwing Duck ever met Scrooge McDuck?

Is there a word to describe the feeling of being transfixed out of horror?

Divine apple island

What is the gram­mat­i­cal term for “‑ed” words like these?

Can someone explain how this makes sense electrically?

What's the difference between 違法 and 不法?

Drawing ramified coverings with tikz

Open a doc from terminal, but not by its name



Android Studio not starting: Fatal error initializing 'com.intellij.util.indexing.FileBasedIndex


Android Studio 2.3 Cannot Load Project StartupAbortedExceptionAndroid Studio IDE is not startingProper use cases for Android UserManager.isUserAGoat()?Rename package in Android StudioAndroid-studio cannot new project?Android Studio does not start anymore: Fatal error initializing '[…].FrameworkDetectionIndex'Fatal Error in Android Studio 1.0.1internal error while starting android studioandroid studio 1.2.1 fails to install on macError: Attempt to read from field 'int com.fleetboard.sdk.lib.version.SdkVersion.fmajor' on a null object referenceIDE Error Android Studio 3.1.2 "Waiting for build to finishAndroid Studio Unable to locate AdB













17















I just installed Android Studio, and now when I am starting it is giving me this error. Can anyone please help me resolve it.



 Internal error. Please report to http://code.google.com/p/android/issues

java.lang.RuntimeException: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing 'com.intellij.util.indexing.FileBasedIndex'
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:159)
at com.intellij.idea.MainImpl$1$1$1.run(MainImpl.java:46)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
at java.awt.EventQueue.access$400(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:697)
at java.awt.EventQueue$3.run(EventQueue.java:691)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:697)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:524)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing 'com.intellij.util.indexing.FileBasedIndex'
at com.intellij.ide.plugins.PluginManager.handleComponentError(PluginManager.java:244)
at com.intellij.openapi.components.impl.PlatformComponentManagerImpl.handleInitComponentError(PlatformComponentManagerImpl.java:39)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:570)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:590)
at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:225)
at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:212)
at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:199)
at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getComponentInstance(AbstractDelegatingMutablePicoContainer.java:75)
at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponent(ComponentManagerImpl.java:121)
at com.intellij.openapi.application.impl.ApplicationImpl.createComponent(ApplicationImpl.java:371)
at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponents(ComponentManagerImpl.java:112)
at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:89)
at com.intellij.openapi.components.impl.stores.ApplicationStoreImpl.load(ApplicationStoreImpl.java:87)
at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:508)
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:151)
... 18 more
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: C:UsersUserName.AndroidStudiosystemindextodoindexTodoIndex.ver (The system cannot find the path specified)
at com.intellij.util.indexing.FileBasedIndexImpl.initExtensions(FileBasedIndexImpl.java:332)
at com.intellij.util.indexing.FileBasedIndexImpl.initComponent(FileBasedIndexImpl.java:359)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:548)
... 30 more
Caused by: java.io.FileNotFoundException: C:UsersUserName.AndroidStudiosystemindextodoindexTodoIndex.ver (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
at com.intellij.util.indexing.IndexInfrastructure$1.execute(IndexInfrastructure.java:95)
at com.intellij.util.indexing.IndexInfrastructure$1.execute(IndexInfrastructure.java:90)
at com.intellij.openapi.util.io.FileUtilRt.doIOOperation(FileUtilRt.java:517)
at com.intellij.util.indexing.IndexInfrastructure.rewriteVersion(IndexInfrastructure.java:90)
at com.intellij.util.indexing.FileBasedIndexImpl.registerIndexer(FileBasedIndexImpl.java:390)
at com.intellij.util.indexing.FileBasedIndexImpl.initExtensions(FileBasedIndexImpl.java:290)
... 32 more









share|improve this question

















  • 2





    I have seen a few reports of people rebooting and seeing the error fixed. Here is one reference: code.google.com/p/android/issues/detail?id=60056

    – kinezu
    Jan 17 '15 at 20:04















17















I just installed Android Studio, and now when I am starting it is giving me this error. Can anyone please help me resolve it.



 Internal error. Please report to http://code.google.com/p/android/issues

java.lang.RuntimeException: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing 'com.intellij.util.indexing.FileBasedIndex'
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:159)
at com.intellij.idea.MainImpl$1$1$1.run(MainImpl.java:46)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
at java.awt.EventQueue.access$400(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:697)
at java.awt.EventQueue$3.run(EventQueue.java:691)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:697)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:524)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing 'com.intellij.util.indexing.FileBasedIndex'
at com.intellij.ide.plugins.PluginManager.handleComponentError(PluginManager.java:244)
at com.intellij.openapi.components.impl.PlatformComponentManagerImpl.handleInitComponentError(PlatformComponentManagerImpl.java:39)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:570)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:590)
at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:225)
at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:212)
at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:199)
at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getComponentInstance(AbstractDelegatingMutablePicoContainer.java:75)
at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponent(ComponentManagerImpl.java:121)
at com.intellij.openapi.application.impl.ApplicationImpl.createComponent(ApplicationImpl.java:371)
at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponents(ComponentManagerImpl.java:112)
at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:89)
at com.intellij.openapi.components.impl.stores.ApplicationStoreImpl.load(ApplicationStoreImpl.java:87)
at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:508)
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:151)
... 18 more
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: C:UsersUserName.AndroidStudiosystemindextodoindexTodoIndex.ver (The system cannot find the path specified)
at com.intellij.util.indexing.FileBasedIndexImpl.initExtensions(FileBasedIndexImpl.java:332)
at com.intellij.util.indexing.FileBasedIndexImpl.initComponent(FileBasedIndexImpl.java:359)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:548)
... 30 more
Caused by: java.io.FileNotFoundException: C:UsersUserName.AndroidStudiosystemindextodoindexTodoIndex.ver (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
at com.intellij.util.indexing.IndexInfrastructure$1.execute(IndexInfrastructure.java:95)
at com.intellij.util.indexing.IndexInfrastructure$1.execute(IndexInfrastructure.java:90)
at com.intellij.openapi.util.io.FileUtilRt.doIOOperation(FileUtilRt.java:517)
at com.intellij.util.indexing.IndexInfrastructure.rewriteVersion(IndexInfrastructure.java:90)
at com.intellij.util.indexing.FileBasedIndexImpl.registerIndexer(FileBasedIndexImpl.java:390)
at com.intellij.util.indexing.FileBasedIndexImpl.initExtensions(FileBasedIndexImpl.java:290)
... 32 more









share|improve this question

















  • 2





    I have seen a few reports of people rebooting and seeing the error fixed. Here is one reference: code.google.com/p/android/issues/detail?id=60056

    – kinezu
    Jan 17 '15 at 20:04













17












17








17


5






I just installed Android Studio, and now when I am starting it is giving me this error. Can anyone please help me resolve it.



 Internal error. Please report to http://code.google.com/p/android/issues

java.lang.RuntimeException: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing 'com.intellij.util.indexing.FileBasedIndex'
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:159)
at com.intellij.idea.MainImpl$1$1$1.run(MainImpl.java:46)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
at java.awt.EventQueue.access$400(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:697)
at java.awt.EventQueue$3.run(EventQueue.java:691)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:697)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:524)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing 'com.intellij.util.indexing.FileBasedIndex'
at com.intellij.ide.plugins.PluginManager.handleComponentError(PluginManager.java:244)
at com.intellij.openapi.components.impl.PlatformComponentManagerImpl.handleInitComponentError(PlatformComponentManagerImpl.java:39)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:570)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:590)
at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:225)
at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:212)
at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:199)
at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getComponentInstance(AbstractDelegatingMutablePicoContainer.java:75)
at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponent(ComponentManagerImpl.java:121)
at com.intellij.openapi.application.impl.ApplicationImpl.createComponent(ApplicationImpl.java:371)
at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponents(ComponentManagerImpl.java:112)
at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:89)
at com.intellij.openapi.components.impl.stores.ApplicationStoreImpl.load(ApplicationStoreImpl.java:87)
at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:508)
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:151)
... 18 more
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: C:UsersUserName.AndroidStudiosystemindextodoindexTodoIndex.ver (The system cannot find the path specified)
at com.intellij.util.indexing.FileBasedIndexImpl.initExtensions(FileBasedIndexImpl.java:332)
at com.intellij.util.indexing.FileBasedIndexImpl.initComponent(FileBasedIndexImpl.java:359)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:548)
... 30 more
Caused by: java.io.FileNotFoundException: C:UsersUserName.AndroidStudiosystemindextodoindexTodoIndex.ver (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
at com.intellij.util.indexing.IndexInfrastructure$1.execute(IndexInfrastructure.java:95)
at com.intellij.util.indexing.IndexInfrastructure$1.execute(IndexInfrastructure.java:90)
at com.intellij.openapi.util.io.FileUtilRt.doIOOperation(FileUtilRt.java:517)
at com.intellij.util.indexing.IndexInfrastructure.rewriteVersion(IndexInfrastructure.java:90)
at com.intellij.util.indexing.FileBasedIndexImpl.registerIndexer(FileBasedIndexImpl.java:390)
at com.intellij.util.indexing.FileBasedIndexImpl.initExtensions(FileBasedIndexImpl.java:290)
... 32 more









share|improve this question














I just installed Android Studio, and now when I am starting it is giving me this error. Can anyone please help me resolve it.



 Internal error. Please report to http://code.google.com/p/android/issues

java.lang.RuntimeException: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing 'com.intellij.util.indexing.FileBasedIndex'
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:159)
at com.intellij.idea.MainImpl$1$1$1.run(MainImpl.java:46)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
at java.awt.EventQueue.access$400(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:697)
at java.awt.EventQueue$3.run(EventQueue.java:691)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:697)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:524)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing 'com.intellij.util.indexing.FileBasedIndex'
at com.intellij.ide.plugins.PluginManager.handleComponentError(PluginManager.java:244)
at com.intellij.openapi.components.impl.PlatformComponentManagerImpl.handleInitComponentError(PlatformComponentManagerImpl.java:39)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:570)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:590)
at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:225)
at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:212)
at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:199)
at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getComponentInstance(AbstractDelegatingMutablePicoContainer.java:75)
at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponent(ComponentManagerImpl.java:121)
at com.intellij.openapi.application.impl.ApplicationImpl.createComponent(ApplicationImpl.java:371)
at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponents(ComponentManagerImpl.java:112)
at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:89)
at com.intellij.openapi.components.impl.stores.ApplicationStoreImpl.load(ApplicationStoreImpl.java:87)
at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:508)
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:151)
... 18 more
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: C:UsersUserName.AndroidStudiosystemindextodoindexTodoIndex.ver (The system cannot find the path specified)
at com.intellij.util.indexing.FileBasedIndexImpl.initExtensions(FileBasedIndexImpl.java:332)
at com.intellij.util.indexing.FileBasedIndexImpl.initComponent(FileBasedIndexImpl.java:359)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:548)
... 30 more
Caused by: java.io.FileNotFoundException: C:UsersUserName.AndroidStudiosystemindextodoindexTodoIndex.ver (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
at com.intellij.util.indexing.IndexInfrastructure$1.execute(IndexInfrastructure.java:95)
at com.intellij.util.indexing.IndexInfrastructure$1.execute(IndexInfrastructure.java:90)
at com.intellij.openapi.util.io.FileUtilRt.doIOOperation(FileUtilRt.java:517)
at com.intellij.util.indexing.IndexInfrastructure.rewriteVersion(IndexInfrastructure.java:90)
at com.intellij.util.indexing.FileBasedIndexImpl.registerIndexer(FileBasedIndexImpl.java:390)
at com.intellij.util.indexing.FileBasedIndexImpl.initExtensions(FileBasedIndexImpl.java:290)
... 32 more






android android-studio






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 17 '15 at 20:01









MavenMaven

5,0632884136




5,0632884136







  • 2





    I have seen a few reports of people rebooting and seeing the error fixed. Here is one reference: code.google.com/p/android/issues/detail?id=60056

    – kinezu
    Jan 17 '15 at 20:04












  • 2





    I have seen a few reports of people rebooting and seeing the error fixed. Here is one reference: code.google.com/p/android/issues/detail?id=60056

    – kinezu
    Jan 17 '15 at 20:04







2




2





I have seen a few reports of people rebooting and seeing the error fixed. Here is one reference: code.google.com/p/android/issues/detail?id=60056

– kinezu
Jan 17 '15 at 20:04





I have seen a few reports of people rebooting and seeing the error fixed. Here is one reference: code.google.com/p/android/issues/detail?id=60056

– kinezu
Jan 17 '15 at 20:04












17 Answers
17






active

oldest

votes


















5














There was a similar issue posted on Androids open source bug tracker: https://code.google.com/p/android/issues/detail?id=74458



The solution was to restart your computer. Try this and see if it works.






share|improve this answer


















  • 13





    Restarting didn't work for me.

    – Ankur
    Mar 23 '16 at 4:12






  • 1





    On a Mac - Restarting did work for me.

    – rick6
    Oct 18 '16 at 20:36






  • 1





    Restarting did not work for me.

    – Chirag Savsani
    Dec 3 '16 at 12:32






  • 3





    Didn't work for me

    – mnagy
    Mar 6 '17 at 13:30






  • 3





    Restarting didn't work for me.

    – Taras Melnyk
    May 3 '18 at 7:05


















20














This works without the loss any settings or project. It will take you to your previous state at the time of editing an open file.



  1. Go to your home directory. ie /home/XXXXXX/.AndroidStudio.X.X

  2. Rename the .AndroidStudio.X.X to any thing else i.e. back_up

  3. Run your android studio.

  4. It will prompt you to import current setting or create a new version

  5. choose the import setting and select the back_up directory.

  6. Bravo you are good to go.





share|improve this answer




















  • 1





    Worked with PyCharm too, seems to work with all Jetbrains IDEs. Thanks :)

    – abidon
    Aug 29 '16 at 8:50











  • Worked on IntelliJ but can't use the old import settings. "I do not want to import existing setting"(3rd option) helped.

    – whoami
    Oct 20 '16 at 4:44






  • 1





    Android Studio 2.3 blows up every time, regardless of whether I import settings from 2.3, from 1.5, from 1.3, or if I chose not to import any settings.

    – Quigi
    Jul 24 '17 at 1:57


















11














The Easiest solution that worked for the latest Android Studio (3.1.3):



  1. Check the latest Plugin [check by date and time] installed in Android Studio C:Users ... .AndroidStudioconfigplugins* directory Mostly Third-party Plugin is the cause


  2. Go Forward Delete that plugin[ .jar file ]. -no need to delete the whole directory as suggested by others.


  3. Close Android Studio properly - through Task Manager or through Restarting your Computer.

Problem solved !!! Cheers.






share|improve this answer

























  • This is what worked for me!!!

    – HaMiD Sani
    Aug 3 '18 at 16:59











  • Deleting the latest installed plugin worked for me.

    – Dominic Francis
    Jan 23 at 9:22











  • You saved my 30mins :). It worked for me as well.

    – Jnana
    Mar 4 at 9:24


















3














Solved this problem.



For me, all above methods are useless.



Then I guess maybe the plugin installed newly cause the error .



I empty the plugins at the directory of C:Users....AndroidStudioconfigplugins
and it work normally.






share|improve this answer

























  • Windows 10 Android Studio 3.1.2 Work for me, thanks!

    – Faakhir
    Aug 2 '18 at 5:53











  • Unable to delete those folders...

    – Maksim Kniazev
    Jan 23 at 3:38


















0














i have same problem. and then i research the problem. i founded a solution which working for me.
i changed the system language in macO






share|improve this answer






























    0














    I had the same problem and the error comes from Cache folder so I removed all the Android Studio related folders in this path: ~/Library/Caches/ and also as Eng Chrisp mentioned all the old settings from ~/.AndroidStudioXXX. Make sure you export all your settings before deleting these directories. You can do so by using Export Settings option in File menu of Android Studio.






    share|improve this answer






























      0














      I just encountered this after the upgrade to 2.2 (on Windows 7 Pro). I tried all of the solutions above, and combinations, including going back to an earlier config (.AndroidStudio2.1 and .AndroidStudio2.0 in my Users directory) and specifying no earlier config to import. Nothing fixed it. So here's what did: I reinstalled Android Studio from a fresh download. I let it de-install the previous install, but did NOT let it reinstall the SDK, pointing it to the existing SDK install instead (I did NOT want to redownload the various system images I use on my slowish internet). That fixed the problem.






      share|improve this answer






























        0














        For me under Windows 7 Environment, this solution worked:




        In order to fix this
        issue, please ensure your JAVA_HOME is pointing to C:Program
        FilesJavajdk1.8.0_102
        (Java SE Development Kit) instead of
        C:Program FilesJavajre1.8.0_102 (Java SE Runtime Environment). In
        fact, JRE is located inside JDK folder.



        If you haven't installed JDK yet, please do it following next link:
        http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html?ssSourceSiteId=otnes




        Quote my source: https://code.google.com/p/android/issues/detail?id=211766#c8






        share|improve this answer






























          0














          For me,



          I just uninstalled the Android Studio and again reinstalled.



          And then some dependencies had to add.



          Then it work like a charm






          share|improve this answer






























            0














            As of 15/01/2018 Intellij doesn't start with Java9 and throws this error. Set JAVA_HOME to java8.






            share|improve this answer






























              0














              Just go to ~systemcaches make backup of caches delete all the files in caches folder



              Restart Android Studio and it will work like butter.



              Tried it on Windows.






              share|improve this answer






























                0














                As I can't comment MrOnyancha's answer, I write an "new" answer (not enough reputation) :



                I solved my problem by simply remove C:Usersmy_name.AndroidStudioX.X as his solution didn't work for me.

                At the next start of Android Studio, I had the installation wizard but any SDK had to be downloaded, might be done offline...






                share|improve this answer























                • Separate solutions, while they're similar to others, aren't comments when they're different enough. You delete a different folder, which makes this a separate solution. Hence, it's an answer and not a comment

                  – Zoe
                  Jul 31 '18 at 15:49











                • I might have written a little mistake (I don't remember if there's a point between Studio and "X" on my folder's name) but it's the same folder.

                  – Maxime.D
                  Aug 1 '18 at 16:16











                • if you've made a mistake or need to add more information, you can always edit your post.

                  – Zoe
                  Aug 1 '18 at 19:16











                • I confirm there's no point, but when I commented I was not on my work computer and didn't have the folder (I wouldn't say "I don't remember" if I could check). I know I can edit my post, I edited this one

                  – Maxime.D
                  Aug 2 '18 at 5:42


















                0














                This might be the problem caused by a newly added plugin . so remove it by following Fordo Alexandera's answer.It worked for me






                share|improve this answer






























                  0














                  For me, without reinstalling anything:
                  The problem was caused by a new plugin. In users/.../config/plugins I removed the plugin file and its entry from extensions.xml. Then my IDE started working again.






                  share|improve this answer






























                    0














                    install jdk 8 different version will give error






                    share|improve this answer






























                      0














                      You can uninstall plugin directly from Android Studio launcher.

                      Configuration -> plugins -> uninstall the error component.






                      share|improve this answer






























                        0














                        do the following steps :
                        1. Delete your Old System Environment Variables(e.g JAVA_HOME,GRADLE_HOME,ANDROID_HOME or ...)
                        2. Restart your pc
                        3. Set Environment Variables Again
                        4. Lunch Android Studio






                        share|improve this answer






















                          Your Answer






                          StackExchange.ifUsing("editor", function ()
                          StackExchange.using("externalEditor", function ()
                          StackExchange.using("snippets", function ()
                          StackExchange.snippets.init();
                          );
                          );
                          , "code-snippets");

                          StackExchange.ready(function()
                          var channelOptions =
                          tags: "".split(" "),
                          id: "1"
                          ;
                          initTagRenderer("".split(" "), "".split(" "), channelOptions);

                          StackExchange.using("externalEditor", function()
                          // Have to fire editor after snippets, if snippets enabled
                          if (StackExchange.settings.snippets.snippetsEnabled)
                          StackExchange.using("snippets", function()
                          createEditor();
                          );

                          else
                          createEditor();

                          );

                          function createEditor()
                          StackExchange.prepareEditor(
                          heartbeatType: 'answer',
                          autoActivateHeartbeat: false,
                          convertImagesToLinks: true,
                          noModals: true,
                          showLowRepImageUploadWarning: true,
                          reputationToPostImages: 10,
                          bindNavPrevention: true,
                          postfix: "",
                          imageUploader:
                          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                          allowUrls: true
                          ,
                          onDemand: true,
                          discardSelector: ".discard-answer"
                          ,immediatelyShowMarkdownHelp:true
                          );



                          );













                          draft saved

                          draft discarded


















                          StackExchange.ready(
                          function ()
                          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f28003717%2fandroid-studio-not-starting-fatal-error-initializing-com-intellij-util-indexin%23new-answer', 'question_page');

                          );

                          Post as a guest















                          Required, but never shown

























                          17 Answers
                          17






                          active

                          oldest

                          votes








                          17 Answers
                          17






                          active

                          oldest

                          votes









                          active

                          oldest

                          votes






                          active

                          oldest

                          votes









                          5














                          There was a similar issue posted on Androids open source bug tracker: https://code.google.com/p/android/issues/detail?id=74458



                          The solution was to restart your computer. Try this and see if it works.






                          share|improve this answer


















                          • 13





                            Restarting didn't work for me.

                            – Ankur
                            Mar 23 '16 at 4:12






                          • 1





                            On a Mac - Restarting did work for me.

                            – rick6
                            Oct 18 '16 at 20:36






                          • 1





                            Restarting did not work for me.

                            – Chirag Savsani
                            Dec 3 '16 at 12:32






                          • 3





                            Didn't work for me

                            – mnagy
                            Mar 6 '17 at 13:30






                          • 3





                            Restarting didn't work for me.

                            – Taras Melnyk
                            May 3 '18 at 7:05















                          5














                          There was a similar issue posted on Androids open source bug tracker: https://code.google.com/p/android/issues/detail?id=74458



                          The solution was to restart your computer. Try this and see if it works.






                          share|improve this answer


















                          • 13





                            Restarting didn't work for me.

                            – Ankur
                            Mar 23 '16 at 4:12






                          • 1





                            On a Mac - Restarting did work for me.

                            – rick6
                            Oct 18 '16 at 20:36






                          • 1





                            Restarting did not work for me.

                            – Chirag Savsani
                            Dec 3 '16 at 12:32






                          • 3





                            Didn't work for me

                            – mnagy
                            Mar 6 '17 at 13:30






                          • 3





                            Restarting didn't work for me.

                            – Taras Melnyk
                            May 3 '18 at 7:05













                          5












                          5








                          5







                          There was a similar issue posted on Androids open source bug tracker: https://code.google.com/p/android/issues/detail?id=74458



                          The solution was to restart your computer. Try this and see if it works.






                          share|improve this answer













                          There was a similar issue posted on Androids open source bug tracker: https://code.google.com/p/android/issues/detail?id=74458



                          The solution was to restart your computer. Try this and see if it works.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jan 17 '15 at 20:29









                          WillisWillis

                          4,31622555




                          4,31622555







                          • 13





                            Restarting didn't work for me.

                            – Ankur
                            Mar 23 '16 at 4:12






                          • 1





                            On a Mac - Restarting did work for me.

                            – rick6
                            Oct 18 '16 at 20:36






                          • 1





                            Restarting did not work for me.

                            – Chirag Savsani
                            Dec 3 '16 at 12:32






                          • 3





                            Didn't work for me

                            – mnagy
                            Mar 6 '17 at 13:30






                          • 3





                            Restarting didn't work for me.

                            – Taras Melnyk
                            May 3 '18 at 7:05












                          • 13





                            Restarting didn't work for me.

                            – Ankur
                            Mar 23 '16 at 4:12






                          • 1





                            On a Mac - Restarting did work for me.

                            – rick6
                            Oct 18 '16 at 20:36






                          • 1





                            Restarting did not work for me.

                            – Chirag Savsani
                            Dec 3 '16 at 12:32






                          • 3





                            Didn't work for me

                            – mnagy
                            Mar 6 '17 at 13:30






                          • 3





                            Restarting didn't work for me.

                            – Taras Melnyk
                            May 3 '18 at 7:05







                          13




                          13





                          Restarting didn't work for me.

                          – Ankur
                          Mar 23 '16 at 4:12





                          Restarting didn't work for me.

                          – Ankur
                          Mar 23 '16 at 4:12




                          1




                          1





                          On a Mac - Restarting did work for me.

                          – rick6
                          Oct 18 '16 at 20:36





                          On a Mac - Restarting did work for me.

                          – rick6
                          Oct 18 '16 at 20:36




                          1




                          1





                          Restarting did not work for me.

                          – Chirag Savsani
                          Dec 3 '16 at 12:32





                          Restarting did not work for me.

                          – Chirag Savsani
                          Dec 3 '16 at 12:32




                          3




                          3





                          Didn't work for me

                          – mnagy
                          Mar 6 '17 at 13:30





                          Didn't work for me

                          – mnagy
                          Mar 6 '17 at 13:30




                          3




                          3





                          Restarting didn't work for me.

                          – Taras Melnyk
                          May 3 '18 at 7:05





                          Restarting didn't work for me.

                          – Taras Melnyk
                          May 3 '18 at 7:05













                          20














                          This works without the loss any settings or project. It will take you to your previous state at the time of editing an open file.



                          1. Go to your home directory. ie /home/XXXXXX/.AndroidStudio.X.X

                          2. Rename the .AndroidStudio.X.X to any thing else i.e. back_up

                          3. Run your android studio.

                          4. It will prompt you to import current setting or create a new version

                          5. choose the import setting and select the back_up directory.

                          6. Bravo you are good to go.





                          share|improve this answer




















                          • 1





                            Worked with PyCharm too, seems to work with all Jetbrains IDEs. Thanks :)

                            – abidon
                            Aug 29 '16 at 8:50











                          • Worked on IntelliJ but can't use the old import settings. "I do not want to import existing setting"(3rd option) helped.

                            – whoami
                            Oct 20 '16 at 4:44






                          • 1





                            Android Studio 2.3 blows up every time, regardless of whether I import settings from 2.3, from 1.5, from 1.3, or if I chose not to import any settings.

                            – Quigi
                            Jul 24 '17 at 1:57















                          20














                          This works without the loss any settings or project. It will take you to your previous state at the time of editing an open file.



                          1. Go to your home directory. ie /home/XXXXXX/.AndroidStudio.X.X

                          2. Rename the .AndroidStudio.X.X to any thing else i.e. back_up

                          3. Run your android studio.

                          4. It will prompt you to import current setting or create a new version

                          5. choose the import setting and select the back_up directory.

                          6. Bravo you are good to go.





                          share|improve this answer




















                          • 1





                            Worked with PyCharm too, seems to work with all Jetbrains IDEs. Thanks :)

                            – abidon
                            Aug 29 '16 at 8:50











                          • Worked on IntelliJ but can't use the old import settings. "I do not want to import existing setting"(3rd option) helped.

                            – whoami
                            Oct 20 '16 at 4:44






                          • 1





                            Android Studio 2.3 blows up every time, regardless of whether I import settings from 2.3, from 1.5, from 1.3, or if I chose not to import any settings.

                            – Quigi
                            Jul 24 '17 at 1:57













                          20












                          20








                          20







                          This works without the loss any settings or project. It will take you to your previous state at the time of editing an open file.



                          1. Go to your home directory. ie /home/XXXXXX/.AndroidStudio.X.X

                          2. Rename the .AndroidStudio.X.X to any thing else i.e. back_up

                          3. Run your android studio.

                          4. It will prompt you to import current setting or create a new version

                          5. choose the import setting and select the back_up directory.

                          6. Bravo you are good to go.





                          share|improve this answer















                          This works without the loss any settings or project. It will take you to your previous state at the time of editing an open file.



                          1. Go to your home directory. ie /home/XXXXXX/.AndroidStudio.X.X

                          2. Rename the .AndroidStudio.X.X to any thing else i.e. back_up

                          3. Run your android studio.

                          4. It will prompt you to import current setting or create a new version

                          5. choose the import setting and select the back_up directory.

                          6. Bravo you are good to go.






                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Aug 18 '16 at 13:04









                          Bryan Lamtoo

                          685




                          685










                          answered Aug 21 '15 at 13:25









                          MrOnyanchaMrOnyancha

                          513422




                          513422







                          • 1





                            Worked with PyCharm too, seems to work with all Jetbrains IDEs. Thanks :)

                            – abidon
                            Aug 29 '16 at 8:50











                          • Worked on IntelliJ but can't use the old import settings. "I do not want to import existing setting"(3rd option) helped.

                            – whoami
                            Oct 20 '16 at 4:44






                          • 1





                            Android Studio 2.3 blows up every time, regardless of whether I import settings from 2.3, from 1.5, from 1.3, or if I chose not to import any settings.

                            – Quigi
                            Jul 24 '17 at 1:57












                          • 1





                            Worked with PyCharm too, seems to work with all Jetbrains IDEs. Thanks :)

                            – abidon
                            Aug 29 '16 at 8:50











                          • Worked on IntelliJ but can't use the old import settings. "I do not want to import existing setting"(3rd option) helped.

                            – whoami
                            Oct 20 '16 at 4:44






                          • 1





                            Android Studio 2.3 blows up every time, regardless of whether I import settings from 2.3, from 1.5, from 1.3, or if I chose not to import any settings.

                            – Quigi
                            Jul 24 '17 at 1:57







                          1




                          1





                          Worked with PyCharm too, seems to work with all Jetbrains IDEs. Thanks :)

                          – abidon
                          Aug 29 '16 at 8:50





                          Worked with PyCharm too, seems to work with all Jetbrains IDEs. Thanks :)

                          – abidon
                          Aug 29 '16 at 8:50













                          Worked on IntelliJ but can't use the old import settings. "I do not want to import existing setting"(3rd option) helped.

                          – whoami
                          Oct 20 '16 at 4:44





                          Worked on IntelliJ but can't use the old import settings. "I do not want to import existing setting"(3rd option) helped.

                          – whoami
                          Oct 20 '16 at 4:44




                          1




                          1





                          Android Studio 2.3 blows up every time, regardless of whether I import settings from 2.3, from 1.5, from 1.3, or if I chose not to import any settings.

                          – Quigi
                          Jul 24 '17 at 1:57





                          Android Studio 2.3 blows up every time, regardless of whether I import settings from 2.3, from 1.5, from 1.3, or if I chose not to import any settings.

                          – Quigi
                          Jul 24 '17 at 1:57











                          11














                          The Easiest solution that worked for the latest Android Studio (3.1.3):



                          1. Check the latest Plugin [check by date and time] installed in Android Studio C:Users ... .AndroidStudioconfigplugins* directory Mostly Third-party Plugin is the cause


                          2. Go Forward Delete that plugin[ .jar file ]. -no need to delete the whole directory as suggested by others.


                          3. Close Android Studio properly - through Task Manager or through Restarting your Computer.

                          Problem solved !!! Cheers.






                          share|improve this answer

























                          • This is what worked for me!!!

                            – HaMiD Sani
                            Aug 3 '18 at 16:59











                          • Deleting the latest installed plugin worked for me.

                            – Dominic Francis
                            Jan 23 at 9:22











                          • You saved my 30mins :). It worked for me as well.

                            – Jnana
                            Mar 4 at 9:24















                          11














                          The Easiest solution that worked for the latest Android Studio (3.1.3):



                          1. Check the latest Plugin [check by date and time] installed in Android Studio C:Users ... .AndroidStudioconfigplugins* directory Mostly Third-party Plugin is the cause


                          2. Go Forward Delete that plugin[ .jar file ]. -no need to delete the whole directory as suggested by others.


                          3. Close Android Studio properly - through Task Manager or through Restarting your Computer.

                          Problem solved !!! Cheers.






                          share|improve this answer

























                          • This is what worked for me!!!

                            – HaMiD Sani
                            Aug 3 '18 at 16:59











                          • Deleting the latest installed plugin worked for me.

                            – Dominic Francis
                            Jan 23 at 9:22











                          • You saved my 30mins :). It worked for me as well.

                            – Jnana
                            Mar 4 at 9:24













                          11












                          11








                          11







                          The Easiest solution that worked for the latest Android Studio (3.1.3):



                          1. Check the latest Plugin [check by date and time] installed in Android Studio C:Users ... .AndroidStudioconfigplugins* directory Mostly Third-party Plugin is the cause


                          2. Go Forward Delete that plugin[ .jar file ]. -no need to delete the whole directory as suggested by others.


                          3. Close Android Studio properly - through Task Manager or through Restarting your Computer.

                          Problem solved !!! Cheers.






                          share|improve this answer















                          The Easiest solution that worked for the latest Android Studio (3.1.3):



                          1. Check the latest Plugin [check by date and time] installed in Android Studio C:Users ... .AndroidStudioconfigplugins* directory Mostly Third-party Plugin is the cause


                          2. Go Forward Delete that plugin[ .jar file ]. -no need to delete the whole directory as suggested by others.


                          3. Close Android Studio properly - through Task Manager or through Restarting your Computer.

                          Problem solved !!! Cheers.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Aug 1 '18 at 4:44

























                          answered Aug 1 '18 at 4:36









                          AbhiTronixAbhiTronix

                          18718




                          18718












                          • This is what worked for me!!!

                            – HaMiD Sani
                            Aug 3 '18 at 16:59











                          • Deleting the latest installed plugin worked for me.

                            – Dominic Francis
                            Jan 23 at 9:22











                          • You saved my 30mins :). It worked for me as well.

                            – Jnana
                            Mar 4 at 9:24

















                          • This is what worked for me!!!

                            – HaMiD Sani
                            Aug 3 '18 at 16:59











                          • Deleting the latest installed plugin worked for me.

                            – Dominic Francis
                            Jan 23 at 9:22











                          • You saved my 30mins :). It worked for me as well.

                            – Jnana
                            Mar 4 at 9:24
















                          This is what worked for me!!!

                          – HaMiD Sani
                          Aug 3 '18 at 16:59





                          This is what worked for me!!!

                          – HaMiD Sani
                          Aug 3 '18 at 16:59













                          Deleting the latest installed plugin worked for me.

                          – Dominic Francis
                          Jan 23 at 9:22





                          Deleting the latest installed plugin worked for me.

                          – Dominic Francis
                          Jan 23 at 9:22













                          You saved my 30mins :). It worked for me as well.

                          – Jnana
                          Mar 4 at 9:24





                          You saved my 30mins :). It worked for me as well.

                          – Jnana
                          Mar 4 at 9:24











                          3














                          Solved this problem.



                          For me, all above methods are useless.



                          Then I guess maybe the plugin installed newly cause the error .



                          I empty the plugins at the directory of C:Users....AndroidStudioconfigplugins
                          and it work normally.






                          share|improve this answer

























                          • Windows 10 Android Studio 3.1.2 Work for me, thanks!

                            – Faakhir
                            Aug 2 '18 at 5:53











                          • Unable to delete those folders...

                            – Maksim Kniazev
                            Jan 23 at 3:38















                          3














                          Solved this problem.



                          For me, all above methods are useless.



                          Then I guess maybe the plugin installed newly cause the error .



                          I empty the plugins at the directory of C:Users....AndroidStudioconfigplugins
                          and it work normally.






                          share|improve this answer

























                          • Windows 10 Android Studio 3.1.2 Work for me, thanks!

                            – Faakhir
                            Aug 2 '18 at 5:53











                          • Unable to delete those folders...

                            – Maksim Kniazev
                            Jan 23 at 3:38













                          3












                          3








                          3







                          Solved this problem.



                          For me, all above methods are useless.



                          Then I guess maybe the plugin installed newly cause the error .



                          I empty the plugins at the directory of C:Users....AndroidStudioconfigplugins
                          and it work normally.






                          share|improve this answer















                          Solved this problem.



                          For me, all above methods are useless.



                          Then I guess maybe the plugin installed newly cause the error .



                          I empty the plugins at the directory of C:Users....AndroidStudioconfigplugins
                          and it work normally.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Jul 31 '18 at 15:48









                          Zoe

                          12.8k74984




                          12.8k74984










                          answered Jul 31 '18 at 9:06









                          Fordo AlexanderaFordo Alexandera

                          513




                          513












                          • Windows 10 Android Studio 3.1.2 Work for me, thanks!

                            – Faakhir
                            Aug 2 '18 at 5:53











                          • Unable to delete those folders...

                            – Maksim Kniazev
                            Jan 23 at 3:38

















                          • Windows 10 Android Studio 3.1.2 Work for me, thanks!

                            – Faakhir
                            Aug 2 '18 at 5:53











                          • Unable to delete those folders...

                            – Maksim Kniazev
                            Jan 23 at 3:38
















                          Windows 10 Android Studio 3.1.2 Work for me, thanks!

                          – Faakhir
                          Aug 2 '18 at 5:53





                          Windows 10 Android Studio 3.1.2 Work for me, thanks!

                          – Faakhir
                          Aug 2 '18 at 5:53













                          Unable to delete those folders...

                          – Maksim Kniazev
                          Jan 23 at 3:38





                          Unable to delete those folders...

                          – Maksim Kniazev
                          Jan 23 at 3:38











                          0














                          i have same problem. and then i research the problem. i founded a solution which working for me.
                          i changed the system language in macO






                          share|improve this answer



























                            0














                            i have same problem. and then i research the problem. i founded a solution which working for me.
                            i changed the system language in macO






                            share|improve this answer

























                              0












                              0








                              0







                              i have same problem. and then i research the problem. i founded a solution which working for me.
                              i changed the system language in macO






                              share|improve this answer













                              i have same problem. and then i research the problem. i founded a solution which working for me.
                              i changed the system language in macO







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Jun 7 '15 at 13:20









                              Korhan ÖzbekKorhan Özbek

                              2816




                              2816





















                                  0














                                  I had the same problem and the error comes from Cache folder so I removed all the Android Studio related folders in this path: ~/Library/Caches/ and also as Eng Chrisp mentioned all the old settings from ~/.AndroidStudioXXX. Make sure you export all your settings before deleting these directories. You can do so by using Export Settings option in File menu of Android Studio.






                                  share|improve this answer



























                                    0














                                    I had the same problem and the error comes from Cache folder so I removed all the Android Studio related folders in this path: ~/Library/Caches/ and also as Eng Chrisp mentioned all the old settings from ~/.AndroidStudioXXX. Make sure you export all your settings before deleting these directories. You can do so by using Export Settings option in File menu of Android Studio.






                                    share|improve this answer

























                                      0












                                      0








                                      0







                                      I had the same problem and the error comes from Cache folder so I removed all the Android Studio related folders in this path: ~/Library/Caches/ and also as Eng Chrisp mentioned all the old settings from ~/.AndroidStudioXXX. Make sure you export all your settings before deleting these directories. You can do so by using Export Settings option in File menu of Android Studio.






                                      share|improve this answer













                                      I had the same problem and the error comes from Cache folder so I removed all the Android Studio related folders in this path: ~/Library/Caches/ and also as Eng Chrisp mentioned all the old settings from ~/.AndroidStudioXXX. Make sure you export all your settings before deleting these directories. You can do so by using Export Settings option in File menu of Android Studio.







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Sep 11 '15 at 17:32









                                      Kayvan NKayvan N

                                      3,42021526




                                      3,42021526





















                                          0














                                          I just encountered this after the upgrade to 2.2 (on Windows 7 Pro). I tried all of the solutions above, and combinations, including going back to an earlier config (.AndroidStudio2.1 and .AndroidStudio2.0 in my Users directory) and specifying no earlier config to import. Nothing fixed it. So here's what did: I reinstalled Android Studio from a fresh download. I let it de-install the previous install, but did NOT let it reinstall the SDK, pointing it to the existing SDK install instead (I did NOT want to redownload the various system images I use on my slowish internet). That fixed the problem.






                                          share|improve this answer



























                                            0














                                            I just encountered this after the upgrade to 2.2 (on Windows 7 Pro). I tried all of the solutions above, and combinations, including going back to an earlier config (.AndroidStudio2.1 and .AndroidStudio2.0 in my Users directory) and specifying no earlier config to import. Nothing fixed it. So here's what did: I reinstalled Android Studio from a fresh download. I let it de-install the previous install, but did NOT let it reinstall the SDK, pointing it to the existing SDK install instead (I did NOT want to redownload the various system images I use on my slowish internet). That fixed the problem.






                                            share|improve this answer

























                                              0












                                              0








                                              0







                                              I just encountered this after the upgrade to 2.2 (on Windows 7 Pro). I tried all of the solutions above, and combinations, including going back to an earlier config (.AndroidStudio2.1 and .AndroidStudio2.0 in my Users directory) and specifying no earlier config to import. Nothing fixed it. So here's what did: I reinstalled Android Studio from a fresh download. I let it de-install the previous install, but did NOT let it reinstall the SDK, pointing it to the existing SDK install instead (I did NOT want to redownload the various system images I use on my slowish internet). That fixed the problem.






                                              share|improve this answer













                                              I just encountered this after the upgrade to 2.2 (on Windows 7 Pro). I tried all of the solutions above, and combinations, including going back to an earlier config (.AndroidStudio2.1 and .AndroidStudio2.0 in my Users directory) and specifying no earlier config to import. Nothing fixed it. So here's what did: I reinstalled Android Studio from a fresh download. I let it de-install the previous install, but did NOT let it reinstall the SDK, pointing it to the existing SDK install instead (I did NOT want to redownload the various system images I use on my slowish internet). That fixed the problem.







                                              share|improve this answer












                                              share|improve this answer



                                              share|improve this answer










                                              answered Sep 23 '16 at 3:05









                                              PaulPaul

                                              12114




                                              12114





















                                                  0














                                                  For me under Windows 7 Environment, this solution worked:




                                                  In order to fix this
                                                  issue, please ensure your JAVA_HOME is pointing to C:Program
                                                  FilesJavajdk1.8.0_102
                                                  (Java SE Development Kit) instead of
                                                  C:Program FilesJavajre1.8.0_102 (Java SE Runtime Environment). In
                                                  fact, JRE is located inside JDK folder.



                                                  If you haven't installed JDK yet, please do it following next link:
                                                  http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html?ssSourceSiteId=otnes




                                                  Quote my source: https://code.google.com/p/android/issues/detail?id=211766#c8






                                                  share|improve this answer



























                                                    0














                                                    For me under Windows 7 Environment, this solution worked:




                                                    In order to fix this
                                                    issue, please ensure your JAVA_HOME is pointing to C:Program
                                                    FilesJavajdk1.8.0_102
                                                    (Java SE Development Kit) instead of
                                                    C:Program FilesJavajre1.8.0_102 (Java SE Runtime Environment). In
                                                    fact, JRE is located inside JDK folder.



                                                    If you haven't installed JDK yet, please do it following next link:
                                                    http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html?ssSourceSiteId=otnes




                                                    Quote my source: https://code.google.com/p/android/issues/detail?id=211766#c8






                                                    share|improve this answer

























                                                      0












                                                      0








                                                      0







                                                      For me under Windows 7 Environment, this solution worked:




                                                      In order to fix this
                                                      issue, please ensure your JAVA_HOME is pointing to C:Program
                                                      FilesJavajdk1.8.0_102
                                                      (Java SE Development Kit) instead of
                                                      C:Program FilesJavajre1.8.0_102 (Java SE Runtime Environment). In
                                                      fact, JRE is located inside JDK folder.



                                                      If you haven't installed JDK yet, please do it following next link:
                                                      http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html?ssSourceSiteId=otnes




                                                      Quote my source: https://code.google.com/p/android/issues/detail?id=211766#c8






                                                      share|improve this answer













                                                      For me under Windows 7 Environment, this solution worked:




                                                      In order to fix this
                                                      issue, please ensure your JAVA_HOME is pointing to C:Program
                                                      FilesJavajdk1.8.0_102
                                                      (Java SE Development Kit) instead of
                                                      C:Program FilesJavajre1.8.0_102 (Java SE Runtime Environment). In
                                                      fact, JRE is located inside JDK folder.



                                                      If you haven't installed JDK yet, please do it following next link:
                                                      http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html?ssSourceSiteId=otnes




                                                      Quote my source: https://code.google.com/p/android/issues/detail?id=211766#c8







                                                      share|improve this answer












                                                      share|improve this answer



                                                      share|improve this answer










                                                      answered Oct 4 '16 at 16:34









                                                      Edison QEdison Q

                                                      657




                                                      657





















                                                          0














                                                          For me,



                                                          I just uninstalled the Android Studio and again reinstalled.



                                                          And then some dependencies had to add.



                                                          Then it work like a charm






                                                          share|improve this answer



























                                                            0














                                                            For me,



                                                            I just uninstalled the Android Studio and again reinstalled.



                                                            And then some dependencies had to add.



                                                            Then it work like a charm






                                                            share|improve this answer

























                                                              0












                                                              0








                                                              0







                                                              For me,



                                                              I just uninstalled the Android Studio and again reinstalled.



                                                              And then some dependencies had to add.



                                                              Then it work like a charm






                                                              share|improve this answer













                                                              For me,



                                                              I just uninstalled the Android Studio and again reinstalled.



                                                              And then some dependencies had to add.



                                                              Then it work like a charm







                                                              share|improve this answer












                                                              share|improve this answer



                                                              share|improve this answer










                                                              answered Sep 14 '17 at 12:38









                                                              ShambhuShambhu

                                                              73112




                                                              73112





















                                                                  0














                                                                  As of 15/01/2018 Intellij doesn't start with Java9 and throws this error. Set JAVA_HOME to java8.






                                                                  share|improve this answer



























                                                                    0














                                                                    As of 15/01/2018 Intellij doesn't start with Java9 and throws this error. Set JAVA_HOME to java8.






                                                                    share|improve this answer

























                                                                      0












                                                                      0








                                                                      0







                                                                      As of 15/01/2018 Intellij doesn't start with Java9 and throws this error. Set JAVA_HOME to java8.






                                                                      share|improve this answer













                                                                      As of 15/01/2018 Intellij doesn't start with Java9 and throws this error. Set JAVA_HOME to java8.







                                                                      share|improve this answer












                                                                      share|improve this answer



                                                                      share|improve this answer










                                                                      answered Jan 15 '18 at 7:52









                                                                      agilobagilob

                                                                      4,21411931




                                                                      4,21411931





















                                                                          0














                                                                          Just go to ~systemcaches make backup of caches delete all the files in caches folder



                                                                          Restart Android Studio and it will work like butter.



                                                                          Tried it on Windows.






                                                                          share|improve this answer



























                                                                            0














                                                                            Just go to ~systemcaches make backup of caches delete all the files in caches folder



                                                                            Restart Android Studio and it will work like butter.



                                                                            Tried it on Windows.






                                                                            share|improve this answer

























                                                                              0












                                                                              0








                                                                              0







                                                                              Just go to ~systemcaches make backup of caches delete all the files in caches folder



                                                                              Restart Android Studio and it will work like butter.



                                                                              Tried it on Windows.






                                                                              share|improve this answer













                                                                              Just go to ~systemcaches make backup of caches delete all the files in caches folder



                                                                              Restart Android Studio and it will work like butter.



                                                                              Tried it on Windows.







                                                                              share|improve this answer












                                                                              share|improve this answer



                                                                              share|improve this answer










                                                                              answered May 15 '18 at 11:53









                                                                              Kushal KumarKushal Kumar

                                                                              615




                                                                              615





















                                                                                  0














                                                                                  As I can't comment MrOnyancha's answer, I write an "new" answer (not enough reputation) :



                                                                                  I solved my problem by simply remove C:Usersmy_name.AndroidStudioX.X as his solution didn't work for me.

                                                                                  At the next start of Android Studio, I had the installation wizard but any SDK had to be downloaded, might be done offline...






                                                                                  share|improve this answer























                                                                                  • Separate solutions, while they're similar to others, aren't comments when they're different enough. You delete a different folder, which makes this a separate solution. Hence, it's an answer and not a comment

                                                                                    – Zoe
                                                                                    Jul 31 '18 at 15:49











                                                                                  • I might have written a little mistake (I don't remember if there's a point between Studio and "X" on my folder's name) but it's the same folder.

                                                                                    – Maxime.D
                                                                                    Aug 1 '18 at 16:16











                                                                                  • if you've made a mistake or need to add more information, you can always edit your post.

                                                                                    – Zoe
                                                                                    Aug 1 '18 at 19:16











                                                                                  • I confirm there's no point, but when I commented I was not on my work computer and didn't have the folder (I wouldn't say "I don't remember" if I could check). I know I can edit my post, I edited this one

                                                                                    – Maxime.D
                                                                                    Aug 2 '18 at 5:42















                                                                                  0














                                                                                  As I can't comment MrOnyancha's answer, I write an "new" answer (not enough reputation) :



                                                                                  I solved my problem by simply remove C:Usersmy_name.AndroidStudioX.X as his solution didn't work for me.

                                                                                  At the next start of Android Studio, I had the installation wizard but any SDK had to be downloaded, might be done offline...






                                                                                  share|improve this answer























                                                                                  • Separate solutions, while they're similar to others, aren't comments when they're different enough. You delete a different folder, which makes this a separate solution. Hence, it's an answer and not a comment

                                                                                    – Zoe
                                                                                    Jul 31 '18 at 15:49











                                                                                  • I might have written a little mistake (I don't remember if there's a point between Studio and "X" on my folder's name) but it's the same folder.

                                                                                    – Maxime.D
                                                                                    Aug 1 '18 at 16:16











                                                                                  • if you've made a mistake or need to add more information, you can always edit your post.

                                                                                    – Zoe
                                                                                    Aug 1 '18 at 19:16











                                                                                  • I confirm there's no point, but when I commented I was not on my work computer and didn't have the folder (I wouldn't say "I don't remember" if I could check). I know I can edit my post, I edited this one

                                                                                    – Maxime.D
                                                                                    Aug 2 '18 at 5:42













                                                                                  0












                                                                                  0








                                                                                  0







                                                                                  As I can't comment MrOnyancha's answer, I write an "new" answer (not enough reputation) :



                                                                                  I solved my problem by simply remove C:Usersmy_name.AndroidStudioX.X as his solution didn't work for me.

                                                                                  At the next start of Android Studio, I had the installation wizard but any SDK had to be downloaded, might be done offline...






                                                                                  share|improve this answer













                                                                                  As I can't comment MrOnyancha's answer, I write an "new" answer (not enough reputation) :



                                                                                  I solved my problem by simply remove C:Usersmy_name.AndroidStudioX.X as his solution didn't work for me.

                                                                                  At the next start of Android Studio, I had the installation wizard but any SDK had to be downloaded, might be done offline...







                                                                                  share|improve this answer












                                                                                  share|improve this answer



                                                                                  share|improve this answer










                                                                                  answered Jul 31 '18 at 9:42









                                                                                  Maxime.DMaxime.D

                                                                                  72111




                                                                                  72111












                                                                                  • Separate solutions, while they're similar to others, aren't comments when they're different enough. You delete a different folder, which makes this a separate solution. Hence, it's an answer and not a comment

                                                                                    – Zoe
                                                                                    Jul 31 '18 at 15:49











                                                                                  • I might have written a little mistake (I don't remember if there's a point between Studio and "X" on my folder's name) but it's the same folder.

                                                                                    – Maxime.D
                                                                                    Aug 1 '18 at 16:16











                                                                                  • if you've made a mistake or need to add more information, you can always edit your post.

                                                                                    – Zoe
                                                                                    Aug 1 '18 at 19:16











                                                                                  • I confirm there's no point, but when I commented I was not on my work computer and didn't have the folder (I wouldn't say "I don't remember" if I could check). I know I can edit my post, I edited this one

                                                                                    – Maxime.D
                                                                                    Aug 2 '18 at 5:42

















                                                                                  • Separate solutions, while they're similar to others, aren't comments when they're different enough. You delete a different folder, which makes this a separate solution. Hence, it's an answer and not a comment

                                                                                    – Zoe
                                                                                    Jul 31 '18 at 15:49











                                                                                  • I might have written a little mistake (I don't remember if there's a point between Studio and "X" on my folder's name) but it's the same folder.

                                                                                    – Maxime.D
                                                                                    Aug 1 '18 at 16:16











                                                                                  • if you've made a mistake or need to add more information, you can always edit your post.

                                                                                    – Zoe
                                                                                    Aug 1 '18 at 19:16











                                                                                  • I confirm there's no point, but when I commented I was not on my work computer and didn't have the folder (I wouldn't say "I don't remember" if I could check). I know I can edit my post, I edited this one

                                                                                    – Maxime.D
                                                                                    Aug 2 '18 at 5:42
















                                                                                  Separate solutions, while they're similar to others, aren't comments when they're different enough. You delete a different folder, which makes this a separate solution. Hence, it's an answer and not a comment

                                                                                  – Zoe
                                                                                  Jul 31 '18 at 15:49





                                                                                  Separate solutions, while they're similar to others, aren't comments when they're different enough. You delete a different folder, which makes this a separate solution. Hence, it's an answer and not a comment

                                                                                  – Zoe
                                                                                  Jul 31 '18 at 15:49













                                                                                  I might have written a little mistake (I don't remember if there's a point between Studio and "X" on my folder's name) but it's the same folder.

                                                                                  – Maxime.D
                                                                                  Aug 1 '18 at 16:16





                                                                                  I might have written a little mistake (I don't remember if there's a point between Studio and "X" on my folder's name) but it's the same folder.

                                                                                  – Maxime.D
                                                                                  Aug 1 '18 at 16:16













                                                                                  if you've made a mistake or need to add more information, you can always edit your post.

                                                                                  – Zoe
                                                                                  Aug 1 '18 at 19:16





                                                                                  if you've made a mistake or need to add more information, you can always edit your post.

                                                                                  – Zoe
                                                                                  Aug 1 '18 at 19:16













                                                                                  I confirm there's no point, but when I commented I was not on my work computer and didn't have the folder (I wouldn't say "I don't remember" if I could check). I know I can edit my post, I edited this one

                                                                                  – Maxime.D
                                                                                  Aug 2 '18 at 5:42





                                                                                  I confirm there's no point, but when I commented I was not on my work computer and didn't have the folder (I wouldn't say "I don't remember" if I could check). I know I can edit my post, I edited this one

                                                                                  – Maxime.D
                                                                                  Aug 2 '18 at 5:42











                                                                                  0














                                                                                  This might be the problem caused by a newly added plugin . so remove it by following Fordo Alexandera's answer.It worked for me






                                                                                  share|improve this answer



























                                                                                    0














                                                                                    This might be the problem caused by a newly added plugin . so remove it by following Fordo Alexandera's answer.It worked for me






                                                                                    share|improve this answer

























                                                                                      0












                                                                                      0








                                                                                      0







                                                                                      This might be the problem caused by a newly added plugin . so remove it by following Fordo Alexandera's answer.It worked for me






                                                                                      share|improve this answer













                                                                                      This might be the problem caused by a newly added plugin . so remove it by following Fordo Alexandera's answer.It worked for me







                                                                                      share|improve this answer












                                                                                      share|improve this answer



                                                                                      share|improve this answer










                                                                                      answered Aug 1 '18 at 6:36









                                                                                      GibsGibs

                                                                                      493523




                                                                                      493523





















                                                                                          0














                                                                                          For me, without reinstalling anything:
                                                                                          The problem was caused by a new plugin. In users/.../config/plugins I removed the plugin file and its entry from extensions.xml. Then my IDE started working again.






                                                                                          share|improve this answer



























                                                                                            0














                                                                                            For me, without reinstalling anything:
                                                                                            The problem was caused by a new plugin. In users/.../config/plugins I removed the plugin file and its entry from extensions.xml. Then my IDE started working again.






                                                                                            share|improve this answer

























                                                                                              0












                                                                                              0








                                                                                              0







                                                                                              For me, without reinstalling anything:
                                                                                              The problem was caused by a new plugin. In users/.../config/plugins I removed the plugin file and its entry from extensions.xml. Then my IDE started working again.






                                                                                              share|improve this answer













                                                                                              For me, without reinstalling anything:
                                                                                              The problem was caused by a new plugin. In users/.../config/plugins I removed the plugin file and its entry from extensions.xml. Then my IDE started working again.







                                                                                              share|improve this answer












                                                                                              share|improve this answer



                                                                                              share|improve this answer










                                                                                              answered Oct 7 '18 at 10:23









                                                                                              red1575red1575

                                                                                              180313




                                                                                              180313





















                                                                                                  0














                                                                                                  install jdk 8 different version will give error






                                                                                                  share|improve this answer



























                                                                                                    0














                                                                                                    install jdk 8 different version will give error






                                                                                                    share|improve this answer

























                                                                                                      0












                                                                                                      0








                                                                                                      0







                                                                                                      install jdk 8 different version will give error






                                                                                                      share|improve this answer













                                                                                                      install jdk 8 different version will give error







                                                                                                      share|improve this answer












                                                                                                      share|improve this answer



                                                                                                      share|improve this answer










                                                                                                      answered Jan 30 at 4:44









                                                                                                      Nikhil GoswamiNikhil Goswami

                                                                                                      311212




                                                                                                      311212





















                                                                                                          0














                                                                                                          You can uninstall plugin directly from Android Studio launcher.

                                                                                                          Configuration -> plugins -> uninstall the error component.






                                                                                                          share|improve this answer



























                                                                                                            0














                                                                                                            You can uninstall plugin directly from Android Studio launcher.

                                                                                                            Configuration -> plugins -> uninstall the error component.






                                                                                                            share|improve this answer

























                                                                                                              0












                                                                                                              0








                                                                                                              0







                                                                                                              You can uninstall plugin directly from Android Studio launcher.

                                                                                                              Configuration -> plugins -> uninstall the error component.






                                                                                                              share|improve this answer













                                                                                                              You can uninstall plugin directly from Android Studio launcher.

                                                                                                              Configuration -> plugins -> uninstall the error component.







                                                                                                              share|improve this answer












                                                                                                              share|improve this answer



                                                                                                              share|improve this answer










                                                                                                              answered Feb 11 at 4:38









                                                                                                              GeorgeChenGeorgeChen

                                                                                                              15327




                                                                                                              15327





















                                                                                                                  0














                                                                                                                  do the following steps :
                                                                                                                  1. Delete your Old System Environment Variables(e.g JAVA_HOME,GRADLE_HOME,ANDROID_HOME or ...)
                                                                                                                  2. Restart your pc
                                                                                                                  3. Set Environment Variables Again
                                                                                                                  4. Lunch Android Studio






                                                                                                                  share|improve this answer



























                                                                                                                    0














                                                                                                                    do the following steps :
                                                                                                                    1. Delete your Old System Environment Variables(e.g JAVA_HOME,GRADLE_HOME,ANDROID_HOME or ...)
                                                                                                                    2. Restart your pc
                                                                                                                    3. Set Environment Variables Again
                                                                                                                    4. Lunch Android Studio






                                                                                                                    share|improve this answer

























                                                                                                                      0












                                                                                                                      0








                                                                                                                      0







                                                                                                                      do the following steps :
                                                                                                                      1. Delete your Old System Environment Variables(e.g JAVA_HOME,GRADLE_HOME,ANDROID_HOME or ...)
                                                                                                                      2. Restart your pc
                                                                                                                      3. Set Environment Variables Again
                                                                                                                      4. Lunch Android Studio






                                                                                                                      share|improve this answer













                                                                                                                      do the following steps :
                                                                                                                      1. Delete your Old System Environment Variables(e.g JAVA_HOME,GRADLE_HOME,ANDROID_HOME or ...)
                                                                                                                      2. Restart your pc
                                                                                                                      3. Set Environment Variables Again
                                                                                                                      4. Lunch Android Studio







                                                                                                                      share|improve this answer












                                                                                                                      share|improve this answer



                                                                                                                      share|improve this answer










                                                                                                                      answered Mar 8 at 6:40









                                                                                                                      l.momel.mome

                                                                                                                      37




                                                                                                                      37



























                                                                                                                          draft saved

                                                                                                                          draft discarded
















































                                                                                                                          Thanks for contributing an answer to Stack Overflow!


                                                                                                                          • Please be sure to answer the question. Provide details and share your research!

                                                                                                                          But avoid


                                                                                                                          • Asking for help, clarification, or responding to other answers.

                                                                                                                          • Making statements based on opinion; back them up with references or personal experience.

                                                                                                                          To learn more, see our tips on writing great answers.




                                                                                                                          draft saved


                                                                                                                          draft discarded














                                                                                                                          StackExchange.ready(
                                                                                                                          function ()
                                                                                                                          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f28003717%2fandroid-studio-not-starting-fatal-error-initializing-com-intellij-util-indexin%23new-answer', 'question_page');

                                                                                                                          );

                                                                                                                          Post as a guest















                                                                                                                          Required, but never shown





















































                                                                                                                          Required, but never shown














                                                                                                                          Required, but never shown












                                                                                                                          Required, but never shown







                                                                                                                          Required, but never shown

































                                                                                                                          Required, but never shown














                                                                                                                          Required, but never shown












                                                                                                                          Required, but never shown







                                                                                                                          Required, but never shown







                                                                                                                          Popular posts from this blog

                                                                                                                          Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

                                                                                                                          Identity Server 4 is not redirecting to Angular app after login2019 Community Moderator ElectionIdentity Server 4 and dockerIdentityserver implicit flow unauthorized_clientIdentityServer Hybrid Flow - Access Token is null after user successful loginIdentity Server to MVC client : Page Redirect After loginLogin with Steam OpenId(oidc-client-js)Identity Server 4+.NET Core 2.0 + IdentityIdentityServer4 post-login redirect not working in Edge browserCall to IdentityServer4 generates System.NullReferenceException: Object reference not set to an instance of an objectIdentityServer4 without HTTPS not workingHow to get Authorization code from identity server without login form

                                                                                                                          2005 Ahvaz unrest Contents Background Causes Casualties Aftermath See also References Navigation menue"At Least 10 Are Killed by Bombs in Iran""Iran"Archived"Arab-Iranians in Iran to make April 15 'Day of Fury'"State of Mind, State of Order: Reactions to Ethnic Unrest in the Islamic Republic of Iran.10.1111/j.1754-9469.2008.00028.x"Iran hangs Arab separatists"Iran Overview from ArchivedConstitution of the Islamic Republic of Iran"Tehran puzzled by forged 'riots' letter""Iran and its minorities: Down in the second class""Iran: Handling Of Ahvaz Unrest Could End With Televised Confessions""Bombings Rock Iran Ahead of Election""Five die in Iran ethnic clashes""Iran: Need for restraint as anniversary of unrest in Khuzestan approaches"Archived"Iranian Sunni protesters killed in clashes with security forces"Archived