pshirshov / idea-bytecode-editor

Gloomy tool based on ASM and modified Jasmin
BSD 2-Clause "Simplified" License
16 stars 6 forks source link

AndroidStudio: Required plugin "ByteCodeViewer" not installed #1

Open PhilLab opened 7 years ago

PhilLab commented 7 years ago

Android Studio 2.3.3.

I installed the plugin via the Plugin Manager and after a reboot I get the error

Plugin Error
Problems found loading plugins:
Plugin "Bytecode Editor" was not loaded: required plugin "ByteCodeViewer" not installed.

Disable Bytecode Editor
Open plugin manager

The plugin manager only shows the "jclasslib Bytecode viewer" which is not the one needed because the error is still there after I installed this plugin

image

ovestoerholt commented 6 years ago

I'm seeing the same with Android Studio 3.0 beta7

pshirshov commented 6 years ago

I'm not sure about android studio. Will try to fix all the crap one day. Sorry for inconvenience. This plugin was just a simple thing I did very quickly, so it's crappy. P/Rs are welcomed.

pshirshov commented 6 years ago

So, I guess it's jetbrains issue bcs I have both dependencies declared explicitly:

    <depends>com.intellij.modules.java</depends>
    <depends>ByteCodeViewer</depends>

If I'm doing smth wrong - please let me know.

Vampire commented 6 years ago

Byte Code Viewer is a plugin bundled with IntelliJ IDEA (at least), maybe it is not bundled with Android Studio and is not available through plugin manager.

pshirshov commented 6 years ago

Guys, guys, sorry about that, I have no capacity ATM to support this plugin.