Crash in line 250 of main - savedState != NULL

I downloaded the lastest tadp 3.04. I created a new Android Native App. The only changes was to set the target to Arm5 (I think it also crashed on the default Arm7).

The app does deploy and launch to the device but crashes:

if (state->savedState != NULL) {
        // We are starting with a previous saved state; restore from it.
        engine.state = *(struct saved_state*)state->savedState;
    }

I don’t think the savedState != NULL should have succeeded since looking at the debug variables they seem to be zero.

Any ideas?

Hi Stuggy,

Can you share the logcat output related to the crash?

I will put one together and post another message.