I want to compile and launch my custom Android Emulator. Android version is the marshmallow. The aosp_x86-eng emulator can compile and launch.
I want the aosp_x86_64-eng emulator. It compiled successfully. But, the emulator cannot launch. My command is below. $ source build/envsetup.sh $ lunch aosp_x86_64-eng $ make -j4 $ emulator Emulator is black screen. If using the "-debug all -show-kernel -verbose" options, the log shows kernel is not boot. How can I launch my custom x86_64 Emulator? Please help me. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/780a230e-399f-47bb-8236-41ebdd1ebabd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

