Hello,
I was playing with the Virtual Machine to generate android applications, everything went more or less smooth, apk generated, apk uploaded to a Nexus One (2.3) emulator ADV and the app runs, more or less, but it runs. Now upload to my Galaxy Nexus with ICS 4.0.4 and the application crashes with a nice SIGSEGV at "deadd00d".
I had updated my emulator to a recent version that can emulate ICS and it crashes in the same way as in the phone, the app just enter fullscreen mode and after a half of a second it simply "quits". Logcat shows the "deadd00d" address and the call stack shows 00000000 in the first frame and libc.so in the second one.
The problem is that the small app that I need to write should run in a 2.3 devices and in one or two 4.0.4, so the 2.3 seems to not have a serious problem, but the ICS...

Can anybody help me to find the reason of the crash ? Any test that I should perform ? Any help ?
Thank you.