Hi, I am trying to build custom emulator images for my clients/partners. After building the images *locally, *I am able to run them *locally* without any problems. However, when I try to package all the image files (from my "target/product/generic_x86" directory) and send them to my clients/partners so that they can run them on their machines (one without the AOSP platform), they get a continuous boot-loop indicating that all the services have failed to run :(
Is there something else that I need to send them so that they can run the custom images? I am currently sending them the following files. cache.img system.img user-data.img ramdisk.img Ideally, it would be nice if I can just send them a single zip file that has everything they need to run and all they do is extract the zip and run some pre-packaged shell script. Note that my clients are using the Android emulator packaged with the Android SDK from here (https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip). The command they are using is as follows. ./emulator -system system.img -cache cache.img -data user-data.img -ramdisk ramdisk.img Thanks, Jon -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
