Use an Android emulator image on multiple machines

∥☆過路亽.° 提交于 2019-12-07 08:10:48

问题


I've created a custom build of Android and got it running as an emulator image on the development machine. I need to be able to use that image on another computer running Windows (it was built on the Mac). I've found the image files that the emulator uses (ramdisk.img, userdata.img and system.img) but I'm not sure how to create a new target that I can access from the SDK and AVD manager. Anybody have experience with this?

Thanks


回答1:


You should perform the following steps:

  1. Create a new AVD in AVD Manager with the version equal to your custor ROM.
  2. Go to %userprofile%/.android/avd/your_avd_name.avd and substitute system.img with your built ROM
  3. Run created AVD.


来源:https://stackoverflow.com/questions/6457386/use-an-android-emulator-image-on-multiple-machines

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!