How should I export a custom Renderer type that is used for expression in the debugger for a specific type? Should I export it as a plugin or just a jar that will only contain classes that need to be referenced in the Android Studio directory?
I built it using the Idea SDK and as a plug-in module, but so far I am not using any packages, not JDK packages. I tried to export it as a plugin and install it from disk, however I cannot use classes in expressions. This is not documented in the open sdk documentation in any way.
source share