1、命令行创建AVD

android create avd -n myAvd -t 8 -b armeabi-v7a -p d:\scard.img -s HVGA

2、删除AVD

android delete avd -n myAvd

3、启动AVD

emulator -avd myAvd

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2021-07-06
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
猜你喜欢
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2021-07-12
  • 2022-12-23
相关资源
相似解决方案