React Native:Debugger and device times have drifted by more than 60s. Please correct this by running adb shell "date `date +%m%d%H%S`"

问题

Debugger and device times have drifted by more than 60s. Please correct this by running adb shell "date `date +%m%d%H%M%T.%S`" on your debugger machine.

解决

在 Terminal 中运行如下命令

$ adb shell "date `date +%m%d%H%M%Y.%S`"
Wed Sep 25 10:01:02 EDT 2019

原因不明 --0基础搞RN

上一篇:Golang with SQLLite Practice


下一篇:[翻译]Hello, wasm-pack - cargo.toml