Cannot run adb shell “date `date +%m%d%H%M%Y.%S`”

后端 未结 5 1628
余生分开走
余生分开走 2021-02-03 22:58

I have a warning when running React Native on an Android device:

Debugger and device times had drifted by more than 60s. Please correct this by running

5条回答
  •  别那么骄傲
    2021-02-03 23:37

    I had this problem in real android device, I had a time difference between the pc and the mobile higher than 60 second. I solve the issue just by putting them on same time

提交回复
热议问题