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
Add entry to plugin.xml inside actions tab (below line 100)
<actionid="com.developerphil.adbidea.action.NewAction"class="com.developerphil.adbidea.action.NewAction"text="New Action"description="Playing with the plugin">
</action>
Create and implement a new NewAction class that extends from AdbAction (you can create that from the plugin view, right click on the class name and choose create class