Hello,
In my Google Play console, I get a message that says that is recommended for my app to have support tablets by using the targetSdkVersion & minSdkVersion. I am using the 21 API of the SDK which is the lastest, in my app, but I'm not sure if this is related to it.
I have the lastest BETA version of the Android exporter.
On the other hand, a user with Android 5.0 also had an issue, here the log at Google Play:
java.lang.NullPointerException: Attempt to read from field 'int Banks.CImageInfo.width' on a null object reference
at Objects.CObject.setScale(CObject.java:139)
at Actions.ACT_SPRSETSCALE.execute(ACT_SPRSETSCALE.ja va:42)
at Events.CEventProgram.call_Actions(CEventProgram.ja va:1844)
at Events.CEventProgram.computeEventList(CEventProgra m.java:1635)
at RunLoop.CRun.f_GameLoop(CRun.java:5338)
at RunLoop.CRun.doRunLoop(CRun.java:584)
at Application.CRunApp.loopFrame(CRunApp.java:1034)
at Application.CRunApp.playApplication(CRunApp.java:7 65)
at Application.CRunTimerTask.run(CRunTimerTask.java:5 1)
at android.os.Handler.handleCallback(Handler.java:739 )
at android.os.Handler.dispatchMessage(Handler.java:95 )
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.jav a:5221)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCa ller.run(ZygoteInit.java:899)
at com.android.internal.os.ZygoteInit.main(ZygoteInit .java:694)
But as I said, I am not sure if this is related to the API I'm using right now
Thanks in advance.














Reply With Quote

