Joe
Joe

Reputation: 173

How do you change the date of android emulator?

I need to change the date of the emulator how do you do it? I tried the dev settings but they wont let me edit it

Upvotes: 15

Views: 31053

Answers (3)

Adam
Adam

Reputation: 15

Posting in case any one else is still having this issue.

If you're using the Google TV device, you can log in to Google TV and it will update the time and date settings automatically.

Using Android 14.0 ('UpsideDownCake') | Android Studio Ladybug | 2024.2.1 Patch 1

Upvotes: 0

Jonas Czech
Jonas Czech

Reputation: 12338

It gets the time from your host device (the computer you're running the emulator on), so change that and you'll be good to go.

Note that you may need to disable automatic date and time adjustment within the emulator itself, to do that, go into the settings app on the emulator, then "date and time" (near the bottom) and then uncheck the "Use network provided date and time" box.

Upvotes: 0

AlbAtNf
AlbAtNf

Reputation: 3909

I just tried it. Change it like on any other android device. Open the normal settings (not the dev) and go to date & time.

Uncheck "Automatic Date & time" and set the desired date below.

enter image description here

Upvotes: 33

Related Questions