Hello, I build a kernel Goldfish with the commands:
$ git clone https://android.googlesource.com/kernel/goldfish.git $ git chekout remotes/origin/android-goldfish-3.18 -b 3.18 $ make ARCH=arm CROSS_COMPILE=/opt/android-ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi- ranchu_defconfig $ make ARCH=arm CROSS_COMPILE=/opt/android-ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi- -j32 But when I launch the emulator with the command: ./emulator -avd myavd_arm7v -kernel ~/goldfish/arch/arm/boot/zImage -wipe-data -verbose -debug init -dns-server 10.10.0.1 -memory 1024 There is no internet connection! Can anyone help please. -- -- 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.
