idea-bytecode-editor
idea-bytecode-editor copied to clipboard
AndroidStudio: Required plugin "ByteCodeViewer" not installed
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
I'm seeing the same with Android Studio 3.0 beta7
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.
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.
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.
Guys, guys, sorry about that, I have no capacity ATM to support this plugin.