Android Emulator's launch options don't work in Eclipse plugin?

前端 未结 2 1176
情书的邮戳
情书的邮戳 2020-12-10 05:46

I need to change the emulator\'s default time zone. It worked in command line with -timezone option. But when I tried it in eclipse android\'s launch options. it didn\'t wor

相关标签:
2条回答
  • 2020-12-10 06:11

    I've confirmed that in Eclipse 3.5.2 that the Window/Preferences/Android/Launch/Default Emulator Options method works.

    For myself, being in L.A. I typed in the following for the emulator option...

    -timezone "America/Los_Angeles"

    I created a new Android project, ran it, and the timezone parameter was already included for me in the new Eclipse Run configuration.

    Using this method, you only need to define the parameter once, and not for each individual Android run configuration, as the first answer states you should do.

    So, yes, you are doing it in the right place.

    0 讨论(0)
  • 2020-12-10 06:31

    go to

    Run > Debug Configurations/Run Configurations

    Tab

    Target > Additional Emulator Command Line Options

    0 讨论(0)
提交回复
热议问题