2

I unable to access the In-App Developer Menu in android(genymotion). Everytime I press the home button, it's not showing the developer menu, and it shift my UI a bit lower which I can't revert it back, unless I kill the app and restart it again. Yes I did check in android module, it is in debug mode.

Mina Makhtar
  • 517
  • 1
  • 7
  • 14

2 Answers2

7

I usually do the following:

adb shell input keyevent 82

Actually, I defined an alias for it in my .(bash|zsh)rc:

alias shake='adb shell input keyevent 82'
martinarroyo
  • 9,389
  • 3
  • 38
  • 75
3

Use Ctrl + M (or Command + M if you are running on a Mac) to invoke the In-App Developer Menu.

Keshan Nageswaran
  • 8,060
  • 3
  • 28
  • 45
max23_
  • 6,531
  • 4
  • 22
  • 36
  • did that already. but nothing is showing and its endup shifting my UI abit lower. I also tried to run the app on a physical device, still the same. the developer menu not showing anything – Mina Makhtar Dec 06 '16 at 07:20
  • @thundeNilla Can you provide a screenshot on the issue? – max23_ Dec 06 '16 at 07:27
  • the problem is, its not showing anything. Even in the console RN and logcat android. its just not triggering anything. – Mina Makhtar Dec 07 '16 at 01:56