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.
Asked
Active
Viewed 3,407 times
2 Answers
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
-
where is .(bash|zsh)rc exactly? i tried the first option. not working though. – Mina Makhtar Dec 07 '16 at 06:41
-
I meant it as either the `.zshrc` or the `.bashrc`, depends on which shell you are using. The are located in your home directory. – martinarroyo Dec 07 '16 at 07:01
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
-
-
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