'Debugger Options Not open when ctrl+m in Android Studio Bumblebee when running react native app

Debugger Options Not open when ctrl+m in Android Studio Bumblebee when running react native app



Solution 1:[1]

Accessing the In-App Developer Menu When CTRL+M does Not Work In android Studio BumbleBee So open Terminal and Type (adb shell input keyevent 82) because in Android Studio BumbleBee I am facing this Problem

Solution 2:[2]

You will have to enable the emulator to run in a different window first, which would allow you to use the keyboard shortcuts

To run the emulator in a separate window instead go to File > Settings Tools > Emulator (Android Studio > Preferences > Tools > Emulator on macOS) and deselect Launch in a tool window

Reference https://developer.android.com/studio/run/emulator#run-emulator-studio

For mac os enter image description here

Solution 3:[3]

The root cause is the emulator launch in a tool window by default in Bumblebee. To fix it by setting the emulator as a standalone application:

  1. Android Studio > Preferences > Tools > Emulator (cmd + ',')
  2. Deselete "Launch in a tool window", and click Apply button.
  3. Restart your emulator.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 kumail khan
Solution 2 Guruparan Giritharan
Solution 3 Ethan.Li