chashnikov / IntelliJ-presentation-assistant

Other
97 stars 20 forks source link

Plugin doesn't work anymore #35

Closed natiginfo closed 4 years ago

natiginfo commented 4 years ago

After Android Studio 3.6 update, plugin stopped working. I tried reinstalling it, and it still doesn't work.

chashnikov commented 4 years ago

Are there any exceptions in idea.log (Help | Show Log)?

natiginfo commented 4 years ago

No, I couldn't find any exceptions in my current mac. I can try with another mac today and update issue

chashnikov commented 4 years ago

Also please check that the plugin is actually enabled (View | Appearance | Description of Actions toggle item is switched on).

natiginfo commented 4 years ago

After View -> Appearance -> Description of Actions, it started to work again as before. Not sure what AS 3.6 update changed that the plugin was disabled.

Thanks for your help!

I'll close the issue

shalgrim commented 4 years ago

This happens to me, too, where it just doesn't work anymore. I disabled and enabled the plugin and it still causes problems. My View > Appearance menu has no Description of Actions item in it

Log shows

com.intellij.diagnostic.PluginException: Cannot create listener org.nik.presentationAssistant.PresentationAssistantListenerRegistrar [Plugin: org.nik.presentation-assistant]
...
Caused by: java.lang.ClassNotFoundException: org.nik.presentationAssistant.PresentationAssistantListenerRegistrar
...

UPDATE: I disabled and re-enabled one more time and now it's working again. So no response necessary...maybe this helps the next person lol