I'm trying to use a push notification ANE inside a mobile app for Android. My app keeps crashing on the device.
Here's the error:
java.lang.RuntimeException: Unable to instantiate receiver com.doitflash.air.extensions.gcm.BroadcastReceive: java.lang.ClassNotFoundException: Didn't find class "com.doitflash.air.extensions.gcm.BroadcastReceive"
I feel I have placed the ANE in the proper "native extension" panel and my manifest.xml looks good.
The app will open OK on the device, the error comes when I press the register button, which calls code on the ANE.
Is there any special tricks to packaging the ANE inside an app, maybe I missed something.
Using Flash Builder 4.7
Apache Flex 10, Air 3.8
The ANE is from: http://myappsnippet.com/gcm/
Jerry