lieye@ubuntu:~/android/source/out/host/linux-x86/sdk/android-sdk_eng.lieye_linux-x86/tools$ 
       ./emulator  -system /home/result/system.img 
                      -data /home/result/userdata.img
                      -ramdisk /home/result/ramdisk.img 
                      -kernel /home/result/zImage 
                      -avd lieye
错误提示如下:
emulator: ERROR: Invalid or missing kernel image file: /home/result/zImage其中,编译zImage用的交叉编译,编译器是arm-eabi-4.4.3, 但是用./emulator-arm 也是同样的错误。