I’d like to copy my whole emulator install to another computer with a desktop shortcut which will start it so that my friend can test my app. Has anyone done this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, it’s not true that you need the complete SDK to run the emulator.
If you copy only these files from the Android SDK installation and from your AVD (i.e
~/.android/avd/my.avd)you will be able to start the emulator as
and any APK installed and configuration set will persist.
Your friend would only need to run this command line which you can put in a script.