Move an android emulator snapshot to another computer

有些话、适合烂在心里 提交于 2021-01-28 12:50:49

问题


So, I need to make one snapshot that can be used by multiple people/across multiple computers. I'm doing some testing, and a lot of things need to be setup to test one thing. It takes a while to set things up, and I'd like to be able to just create one avd and let several people use it. I thought I could do this by making one and then taking a snapshot, but no matter what I do I just can't get that to work. Any suggestions?


回答1:


You need to distribute:

  • the file $HOME/.android/avd/< avdname >.ini

  • some files from directory $HOME/.android/avd/< avdname >: config.ini, *.img

When deploying on a new computer, just fix absolute path in < avdname >.ini file.



来源:https://stackoverflow.com/questions/11731254/move-an-android-emulator-snapshot-to-another-computer

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