且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用多台计算机上的Andr​​oid模拟器图像

更新时间:2022-12-23 22:50:59

您应该执行以下步骤:


  

      
  1. 在AVD管理与版本等于你custor ROM创建一个新的AVD。

  2.   
  3. 转至%USERPROFILE%/。安卓/ AVD / your_avd_name.avd,并与你的内置ROM替代system.img

  4.   
  5. 运行创建AVD。

  6.   

块引用>

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

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.

推荐文章