Hi,
We have an app that work perfectly on both IOS and Android platform running previous OS than Marshmallow and everything is working well.
However on any Android platform running Marshmallow, we receive the message “Unfortunately your app has stopped”.
Despite using the ADB log, nothing is shown in the cmd prompt as no message or error are displayed. We have try using the old way with print all other the place. It seems to fail within a network.download call. But then again, our print something after the call work, it just quit afterward.
Any ideas, we have searching for days now, but cannot seems to find the exact cause. Again this happen only on Marshmallow os. On all other platform,everything is working properly without errors.\
This is the crash log we were able to retrieve from the device :
java.lang.NullPointerException: storage == null at java.util.Arrays$ArrayList.(Arrays.java:38) at java.util.Arrays.asList(Arrays.java:155) at com.ansca.corona.permissions.PermissionsSettings.(PermissionsSettings.java:76) at com.ansca.corona.permissions.PermissionsSettings.(PermissionsSettings.java:71) at com.ansca.corona.permissions.PermissionsSettings.(PermissionsSettings.java:67) at com.ansca.corona.CoronaSensorManager$1.run(CoronaSensorManager.java:259) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:158) at android.app.ActivityThread.main(ActivityThread.java:7229) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
Nick