Issue
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
adb shell "date `date +%m%d%H%M%Y.%S`"
on your debugger machine
But when I run the command as suggested above, I get and operation not permitted error:
date: cannot set date: Operation not permitted
I already tried with sudo, still got same result:
sudo adb shell "date `date +%m%d%H%M%Y.%S`"
Solution
Inside the emulator goto Settings > Date & Time
- Deselect Automatic timezone.
- Adjust your timezone manually.
- Deselect automatic date & time and set correct time
Answered By - atinder
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.