Hi There
We recently updated one of our apps (Corona Native 2017.3154) and for some reason we’re getting increased crash rate mostly on android 4.4, as well as on 4.2 and 4.3.
Here is the error report from the google console:
java.lang.NoClassDefFoundError :
at com.ansca.corona.CoronaEnvironment.<clinit> (CoronaEnvironment.java:49)
at com.iabuzz.TDPuzzleBlocksAnimals.TDPuzzleBlocksAnimals.onCreate (TDPuzzleBlocksAnimals.java:22)
at android.app.Instrumentation.callApplicationOnCreate (Instrumentation.java:1069)
at android.app.ActivityThread.handleBindApplication (ActivityThread.java:4640)
at android.app.ActivityThread.access$1300 (ActivityThread.java:165)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1433)
at android.os.Handler.dispatchMessage (Handler.java:107)
at android.os.Looper.loop (Looper.java:194)
at android.app.ActivityThread.main (ActivityThread.java:5370)
at java.lang.reflect.Method.invokeNative (Native Method)
at java.lang.reflect.Method.invoke (Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:833)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:600)
at dalvik.system.NativeStart.main (Native Method)
Any idea on what might be causing these.
P.S. com.android.support:support-v4:25.0.+ is included in the project as well.
Thanks