visit
After adding it, the toolbars will appear:
All this plugin does is replace the standard ADB commands. For example, the ADB Kill App is analogous to the ADB shell am kill terminal command. The advantage of ADB Idea is that the most frequently used commands are placed in the toolbar and you don't have to remember them all the time.
Start the app. Click on the ADB Kill App command, and verify that the application has closed and disappeared from the recently used stack.
You can optimize even more. Since the commands are present in the panel, you can assign keyboard shortcuts to them, just like any other, which will also speed up development.
In the search box, type ADB and you will see the necessary commands. Find the previously described ADB Kill App and assign a key combination to it, such as Option+K. Click OK. Close the menu, launch the app, and press Option+K. We will make sure that the application is closed.
Create a new Quick List (point 1). Give it a name (point 2). Fill it with the commands we need (point 3).
Go to Keymap, find Quick Lists, and then the adb we created and assign a key combination to it. In my case, it's Option+F2. Let's press OK:
Launch the application again and press Option+F2 and fast 4. Make sure that the application is closed.
As you can see, a small ADB Idea plugin can speed up development considerably. You don't need to type long commands in the terminal and memorize them. You can set keyboard shortcuts on the commands and enter them into the Quick list. In my experience, there are a few disadvantages to ADB Idea: