Last active
November 8, 2022 15:55
-
-
Save samuelchanx/c3f2804c612e1ae4f25be6c9715b3e2f to your computer and use it in GitHub Desktop.
Sync Android Emulator Date Time with your Host Computer #android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Just run this in your terminal | |
| adb -e shell su root date $(date +%m%d%H%M%Y.%S) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment