开发者

Use an Android emulator image on multiple machines

I've created a c开发者_高级运维ustom 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


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.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜