Reputation: 308
I'm facing one issue after updated my android studio. Android studion does't respond; it shows following error
When I select new project I got error like this:
intellij.diagnostic.PluginException: jsr166e/extra/AtomicDouble [Plugin: io.sympli.idea.plugin]
and when I click on existing project I got error like this:
Cannot load project: com.intellij.ide.plugins.PluginManager$StartupAbortedException: com.intellij.diagnostic.PluginException: jsr166e/extra/AtomicDouble [Plugin: io.sympli.idea.plugin]
Any clue for these...?? any help would be appreciated...
Upvotes: 2
Views: 269
Reputation: 39
If you still want to use the plugin, simply download their latest plugin:
https://sympli.io/downloads/androidstudio
Then in Android Studio, go to Preferences -> Plugins -> Install plugin from disk and select the downloaded zip and voila.
Hope that helps.
Upvotes: 1
Reputation: 23
Hi you can try deleting you .android folder. It should help, for me it worked or you can simply reinstall the android studio. Location is C://users/yourname(or username of pc)/.android
Upvotes: 0