java - What does this exception in Android Studio core mean? -
what exception in android studio core mean?
assertion
failed:
datacontext has no component new listpopupstep java.lang.throwable
this seems caused code-history-mining plugin. there related issue here.
according comments :
the actual problem might liveplugin.pluginutil#showpopupmenu(java.util.map) needs context other mini-plugin incorrectly attributed code history mining. i.e. need fix showpopupmenu , make code mining plugin work correctly when live plugin installed.
Comments
Post a Comment