-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android emulator not displaying developer menu #29400
Comments
@fabriziobertoglio1987 I have used logcat in some cases for Android, but a related issue here is that I cannot reload the app from the metro bundler. So when I make changes to my react code, the only way I can reload is by quitting and restarting the app or reinstalling. Is there a better solution that I'm missing with regard to the built in Android Studio debugging tools perhaps? |
Hi @ajfick your React Native version is a bit old. Could you verify this still occurs in 0.63? |
|
@safaiyeh I've just verified this on 63.3 - can't pull up the dev menu while in the simulator. |
@safaiyeh Version 0.63 fixed this issue for my team (we just completed an update this week). @rectified95 Are you able to connect to Flipper? Once we got flipper working, we were able to use the dev tools correctly again by hitting "R,R" in the simulator. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
Running
npx react-native run-android
builds the app and opens in the android emulator. It will display exceptions as it should in a dev build, but the app doesn't seem to connect to the package manager or allow use of the developer menu.I have tried
adb shell input keyevent 82
as documented,Cmd + M
, and shaking the device through the virtual sensors in emulator settings with no results. I also have runadb reverse tcp:8081 tcp:8081
as mentioned in a few issues on stackoverflow. The yellow warning and red error notification boxes still appear on this build, so it is a certainly a dev build.This appears to have happened after an update to Android 28 with RN 0.59 and has followed my project on different machines including Windows and Mac.
React Native version:
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
npx react-native run-android
Expected Results
The developer menu should appear with one of the documented steps. However after update to Android 28 it does not.
Snack, code example, screenshot, or link to a repository:
Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
You may provide a screenshot of the application if you think it is relevant to your bug report.
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve
The text was updated successfully, but these errors were encountered: