react-native-debugger
react-native-debugger copied to clipboard
Android API(29) R verison does not work with react native debugger.
Hi,
Debugger opens as usual but when I click on something on the emulator, nothing happens.
RN Debugger 0.11.3 Windows Android Studio emulator.
"react": "^16.13.1",
"react-dom": "^16.9.0",
"react-native": "0.62.2",
React Native Debugger app version: [29 R] React Native version: [0.62.2] Platform: [ Android, ...] Is real device of platform: [ No] Operating System: [ Windows]
Hi,
I have the same issue as above (same react/debugger version etc.), but have found that when the emulator (I am using Genymotion) has been running for a while and the debugger then shows the following console message -
'Debugger and device times have drifted by more than 60s. Please correct this by running adb shell "date date +%m%d%H%M%Y.%S" on your debugger machine.'
then the emulator/debugger will run as expected - hope this is of help in finding what is causing the initial issue