You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Phonegap Build and I have absolutely no idea what that is supposed to mean. Seems to be an android only issue.
Can anyone help me?
Thanks a lot!!!
More info from the Play Console:
java.lang.NullPointerException: at android.graphics.Bitmap.createBitmap(Bitmap.java:737) at com.telerik.plugins.nativepagetransitions.NativePageTransitions.getBitmap(NativePageTransitions.java:724) at com.telerik.plugins.nativepagetransitions.NativePageTransitions.access$400(NativePageTransitions.java:27) at com.telerik.plugins.nativepagetransitions.NativePageTransitions$2.run(NativePageTransitions.java:167) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:145) at android.app.ActivityThread.main(ActivityThread.java:5951) at java.lang.reflect.Method.invoke(Native Method:0) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1400) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1195)
The text was updated successfully, but these errors were encountered:
Running into the issue as well since we've dropped support for Crosswalk and using strictly the native engine. And looking at the source code, it makes sense why since it's in the "not Crosswalk" branch.
Hey,
Google Play Console gives me this error from time to time:
java.lang.NullPointerException:
com.telerik.plugins.nativepagetransitions.NativePageTransitions.getBitmap
I'm using Phonegap Build and I have absolutely no idea what that is supposed to mean. Seems to be an android only issue.
Can anyone help me?
Thanks a lot!!!
More info from the Play Console:
java.lang.NullPointerException: at android.graphics.Bitmap.createBitmap(Bitmap.java:737) at com.telerik.plugins.nativepagetransitions.NativePageTransitions.getBitmap(NativePageTransitions.java:724) at com.telerik.plugins.nativepagetransitions.NativePageTransitions.access$400(NativePageTransitions.java:27) at com.telerik.plugins.nativepagetransitions.NativePageTransitions$2.run(NativePageTransitions.java:167) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:145) at android.app.ActivityThread.main(ActivityThread.java:5951) at java.lang.reflect.Method.invoke(Native Method:0) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1400) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1195)
The text was updated successfully, but these errors were encountered: