Hi Dan, sorry for the delayed response and thanks for the tip! I opted to rebuild my environment on a more capable physical Linux machine and the build passed ok :)
One thing though is that I’m having trouble running the built image on a different (mac) machine. I copied the image files from ~/output/android/target/product/generic_x86 userdata.img system.img ramdisk.img cache.img The kernel from: ~/prebuilts/qemu-kernel/x86/ranchu/kernel-qemu The emulator from: ~/prebuilts/android-emulator/darwin-x86_64 Excuted: ~/emu/darwin-x86_64/emulator @Nexus_5_API_26_BUILD.avd -sysdir ~/emu/android-26/sys -datadir ~/emu/android-26/data/Nexus_5_API_26_BUILD.avd -kernel ~/emu/android-26/kernel/kernel-qemu -memory 1536 -partition-size 800 PANIC: Unknown AVD name [Nexus_5_API_26_BUILD.avd], use -list-avds to see valid list. HOME is defined but there is no file Nexus_5_API_26_BUILD.avd.ini in $HOME/.android/avd (Note: Directories are searched in the order $ANDROID_AVD_HOME, $ANDROID_SDK_HOME/.android/avd, and $HOME/.android/avd) So I don’t quite understand how “AVD” configurations comes in to play here and why the emulator does not search my -datadir flag. Do I have to create an additional ini file (or any other file) beyond specifying the locations of images? If so how can I have the emulator use my specific path? 10x -- -- 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.
