Skip to content Skip to sidebar Skip to footer

Mono For Android Onpause Event Not Triggering On Galaxy Nexus

I put together my first Mono for Android project (targeting API level 8, minimum Android 2.2) and deployed it to an HTC Incredible [1] running 2.3.4. Everything worked great and br

Solution 1:

While running the first deployment on a Galaxy Nexus, you will see it deploying the "armeabi-v7a - 40202" assemblies. For some reason that stuck in my head when this issue started making things difficult.

If you go to the project properties and check the box for "armeabi-v7a" under "Supported architectures", these events will start being triggered as expected.

armeabi-v7a supported architecture checkbox

Post a Comment for "Mono For Android Onpause Event Not Triggering On Galaxy Nexus"