【发布时间】:2014-07-11 22:41:28
【问题描述】:
从 Run As -> Run Configurations -> Targets 启动模拟器时
选择模拟器(在我的情况下为 GalaxyS4_4.2.2):根据三星开发者网站上的建议制作。
我正在传递额外的模拟器命令行选项:-timezone "America/New_York"
但是当我的模拟器启动时,时区仍然是错误的。
我也尝试过从命令行:emulator -avd GalaxyS4_4.2.2 -timezone "America/New_York"
但是当模拟器启动时我仍然得到错误的时间。
我关注了这个:http://developer.android.com/tools/help/emulator.html
有人可以帮忙吗?
【问题讨论】: