jhen0409 / react-native-debugger

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
MIT License
10.35k stars 810 forks source link

Android API(29) R verison does not work with react native debugger. #509

Open askeroglu opened 4 years ago

askeroglu commented 4 years ago

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]

wsmurray commented 4 years ago

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