I modified / edited parts of the Android platform, but ran into a problem while trying to verify my changes. After making changes to the platform source, I was able to successfully compile the source code, thereby creating system.img, ramdisk.img and userdata.img.
When I go to test this in the emulator, the emulator just hangs on the "ANDROID_" screen, with the underline blinking but never loading. Any suggestions?
The command I used to start the emulator is as follows:
./emulator -system $HOME/android/platform/out/target/product/generic/system.img -ramdisk $HOME/android/platform/out/target/product/generic/ramdisk.img -data $HOME/android/platform/out/target/product/generic/userdata.img
Thanks,
Chris
android android-emulator testing
Chrisc
source share