You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have always supported IntelliJ and Android Studio. If the community would like to add support for other platforms, we'd be happy to review a PR, but it would need to be supported by the original authors.
We have always supported IntelliJ and Android Studio. If the community would like to add support for other platforms, we'd be happy to review a PR, but it would need to be supported by the original authors.
@stevemessick
Can you just add the optional ="true" fix mentioned above in the plugin.xml, so we don't need to go in and edit the XML each time we update the plugin?
I've been doing this for months now, all I have to do is:
optional="true"
to<depends>org.jetbrains.android</depends>
<depends optional="true">org.jetbrains.android</depends>
I'm wondering why is it being limited to Android Studio and Intellij IDEA if it works just fine (including debugging) on JetBrains Rider for example?
The text was updated successfully, but these errors were encountered: