【问题标题】:wipe user data after restart android emulator重启安卓模拟器后擦除用户数据
【发布时间】:2014-10-12 12:30:28
【问题描述】:

我正在使用 eclipse 来编写 android。 每次重启模拟器后,我必须使用擦除用户数据然后使用它,否则模拟器可以运行但没有反应。

请帮助我。 谢谢。

【问题讨论】:

    标签: android android-emulator emulation


    【解决方案1】:

    我通常会创建一个简单的 shell 脚本来擦除模拟器。

    #!/usr/bin/env bash
    EMULATOR_NAME='Nexus_6P_API_23'
    emulator -avd ${EMULATOR_NAME} -wipe-data
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-11-17
      • 2010-12-29
      • 2012-05-31
      • 1970-01-01
      • 2014-11-30
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多