My Android crashes when I get notification with this ANE
https://github.com/freshplanet/ANE-Push-Notification
What can I do to fix it? Have anyone tried this ANE file on Android?
I tried this one https://drive.google.com/folderview?id=0B6nEmghkuTbZMWc4VGw5alp5Zms&usp=sharing
I can run it with no errors, but I need to rebuild the ANE file so that I can make some changes on it. The second one doesn`t work when my Android app is in foreground!
Also when I try to rebuild it, I get this warning in "ant" compiling process:
..... android\temp\classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
Although it says that "BUILD SUCCESSFUL" at the end, the built ANE file does not work at all, and it keeps crashing my app when a notification receives.