idea-bytecode-editor icon indicating copy to clipboard operation
idea-bytecode-editor copied to clipboard

AndroidStudio: Required plugin "ByteCodeViewer" not installed

Open PhilLab opened this issue 7 years ago • 5 comments

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

PhilLab avatar Aug 01 '17 15:08 PhilLab

I'm seeing the same with Android Studio 3.0 beta7

ovestoerholt avatar Oct 12 '17 06:10 ovestoerholt

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 avatar Oct 13 '17 22:10 pshirshov

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.

pshirshov avatar Nov 08 '17 14:11 pshirshov

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.

Vampire avatar Jul 04 '18 16:07 Vampire

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

pshirshov avatar Jul 04 '18 16:07 pshirshov