Skip to content Skip to sidebar Skip to footer

Move An Android Emulator Snapshot To Another Computer

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 ta

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

Post a Comment for "Move An Android Emulator Snapshot To Another Computer"