views:

204

answers:

1

Hey guys,

Ive noticed that the time in my emulator for android projects is wrong. Its one hour behind. How do I go about changing the time and can I do it in eclipse?

Thanks

+1  A: 

I believe the emulator is set to the GMT timezone by default. You can specify the timezone for the emulator with the -timezone parameter.

http://developer.android.com/intl/zh-CN/guide/developing/tools/emulator.html

mbaird