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)