Hmm, I remembered that this bug was fixed, but there is again null pointer in iap module: java.lang.NullPointerException com.defold.iap.IapGooglePlayActivity.onCreate
All 8 crashes on Android 5.0
Engine ver: 1.2.141
LGE LG Prime Plus 4G (mc90ds), Android 5.0
Report 1 from 8
java.lang.RuntimeException:
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2331)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2391)
at android.app.ActivityThread.access$800 (ActivityThread.java:151)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1309)
at android.os.Handler.dispatchMessage (Handler.java:102)
at android.os.Looper.loop (Looper.java:135)
at android.app.ActivityThread.main (ActivityThread.java:5354)
at java.lang.reflect.Method.invoke (Native Method)
at java.lang.reflect.Method.invoke (Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:908)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:703)
Caused by: java.lang.NullPointerException:
at com.defold.iap.IapGooglePlayActivity.onCreate (IapGooglePlayActivity.java:223)
at android.app.Activity.performCreate (Activity.java:6021)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1105)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2284)
Wiko FEVER (l5460), Android 6.0
1 / 2
java.lang.RuntimeException:
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2572)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2654)
at android.app.ActivityThread.-wrap11 (ActivityThread.java)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1488)
at android.os.Handler.dispatchMessage (Handler.java:111)
at android.os.Looper.loop (Looper.java:207)
at android.app.ActivityThread.main (ActivityThread.java:5728)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:789)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:679)
Caused by: java.lang.IllegalArgumentException:
at android.app.NativeActivity.onCreate (NativeActivity.java:170)
at com.dynamo.android.DefoldActivity.onCreate (DefoldActivity.java:205)
at android.app.Activity.performCreate (Activity.java:6376)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1113)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2519)
It seems like it’s crashing somewhere inside the GPS code. We should probably do a generic try-catch just to make sure we catch everything. Created DEF-3692.
ProGuard is a tool for obfuscating and/or minimising Java code. We do not use it but it’s in our roadmap to add support for it (or the new R8 tool from Google) to reduce APK size.
After some investigation this is probably caused by the device looking for a (non-existent) 64-bit engine lib in the APK. Looking at the chipsets on affected devices, they should support the lib we currently ship (armeabi-v7a) but for some reason they don’t.
Instead of digging more into this specific issue we decided to start work on DEF-3459 adding Android 64-bit support. It’s on our roadmap for 2019 and is due anyway. Once in place, it should solve the issue in this thread as well.
Found new crash reports in Google Console for this build. May be interesting:
28 May 22:15 on app version 67
Huawei Honor 10 (HWCOL), Android 9
Report 1 of 3
java.lang.NullPointerException:
at com.defold.iap.IapGooglePlay.handleMessage (IapGooglePlay.java:476)
at android.os.Handler.dispatchMessage (Handler.java:105)
at android.os.Looper.loop (Looper.java:207)
at android.app.ActivityThread.main (ActivityThread.java:7470)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:524)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:958)
Today, 17:12 on app version 78
Samsung Galaxy Tab2 7.0 (espressorf), Android 4.2
Report 1
java.lang.RuntimeException:
at android.app.LoadedApk.makeApplication (LoadedApk.java:504)
at android.app.ActivityThread.handleBindApplication (ActivityThread.java:4525)
at android.app.ActivityThread.access$1400 (ActivityThread.java:150)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1340)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loop (Looper.java:137)
at android.app.ActivityThread.main (ActivityThread.java:5279)
at java.lang.reflect.Method.invokeNative (Native Method)
at java.lang.reflect.Method.invoke (Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1102)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:869)
at dalvik.system.NativeStart.main (Native Method)
Caused by: java.lang.ClassNotFoundException:
at dalvik.system.BaseDexClassLoader.findClass (BaseDexClassLoader.java:65)
at java.lang.ClassLoader.loadClass (ClassLoader.java:501)
at java.lang.ClassLoader.loadClass (ClassLoader.java:461)
at android.app.Instrumentation.newApplication (Instrumentation.java:985)
at android.app.LoadedApk.makeApplication (LoadedApk.java:499)
As I understand 4.2 Android (17 SDK) should work, what can be wrong?
Previosly I bundled with 14 minimum SDK.