adb-idea icon indicating copy to clipboard operation
adb-idea copied to clipboard

Error when trying to restart app from find actions shortcut

Open tipialican opened this issue 5 years ago • 1 comments

Description While trying to restart the app through find actions panel ( launched by the shortcut cmd+shift+a in macos), without having a chance to interact with the panel, terminal immediately launches with nothing appropriate message.

Environment

  • Android studio 3.5 Beta 1 ( this issue has been happening since AS 3.4 )
  • ADB Idea v1.5.3
  • Android Debug Bridge version 1.0.41
  • ADB Version 28.0.3-5475833
  • MacOS mojave 10.14.4

p.s. not sure if there are any other relevant environment information i missed to add, please let me know if so.

Steps to replicate

  • Launch a virtual device
  • Use the shortcut cmd + shift + a
  • Type in adb res, ADB Restart App will be the first option in the list that is displayed.
  • Tap esc on your keyboard (or you can go ahead and restart app too)
  • Re-open the find actions panel with the shortcut cmd + shift + a Result: Terminal is launched with the following screen Screenshot 2019-05-10 at 10 30 29

p.s. the issue only occurs when you use the cmd + shift + a shortcut. if you search for All (double shift keyboard shortcut) the issue does not happen. p.s. this might actually also be an AS bug, not sure.

tipialican avatar May 10 '19 08:05 tipialican

This is not a bug in ADB idea, see https://intellij-support.jetbrains.com/hc/en-us/articles/360005137400-Cmd-Shift-A-hotkey-opens-Terminal-with-apropos-search-instead-of-the-Find-Action-dialog for more information and a workaround.

EarlOfEgo avatar May 14 '19 14:05 EarlOfEgo