This question has been asked before, but none of the answers actually works. Seems like a lot of things has changed with emulators.
Here are two related questions:
- Android Emulator: How to Copy an Emulator / AVD?
- Android - How to copy the emulator to a friend for testing?
But I tried both solutions. None of them seems to be working. I have got an emulator on my computer. I installed a few android apps on it and made some progress on these apps(it has user data). I want to copy the entire AVD to another Machine such that I can resume using this AVD on a new machine with all the user data preserved.
I don't know why, but copying the entire device.avd/ folder and device.ini seems to be not working. I also copied the entire system-images/android-25/google_apis/x86/ folder as userdata.img is now in that folder. But still, the new emulator doesn't contain my installed apps.
Any help would be appreciated.