问题
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