Recently, I have to make a customized Linux kernel for Android Emulator in order to support some kinds of new hardware.
Unfortunately, I realized it seems that lots of people are confused by this question. Because, following the steps and using the Linux kernel for android (with goldfish_defconfig), I just get a black screen on the emulator. Here is my steps: 1. Download the Linux kernel source codes from code.google.com/p/android/ ( I have tried several versions of that). 2. make goldfish_defconfig 3. get zImage. emulator -kernel <path>/zImage @test1 here test1 is the AVD name which has been created. (Android-8) Is there someone really have the experience of making a new linux kernel for android emulator and tested? Or the methods listed in the android webpage are just a legend. Please give some help, thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. 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-developers?hl=en

