SDKBOX crashed on android java.lang.NoSuchMethodError

3 crashes happened:

Exception java.lang.NoSuchMethodError: no method with name=‘pplicationInfo’ signature=‘Info’ in class Ldalvik/system/PathClassLoader;
com.sdkbox.plugin.SDKBox.nativeInit (SDKBox.java)
com.sdkbox.plugin.SDKBox.init (SDKBox.java:71)
org.cocos2dx.javascript.AppActivity.onCreate (AppActivity.java:82)
android.app.Activity.performCreate (Activity.java:5343)
android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1088)
android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2331)
android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2429)
android.app.ActivityThread.access$800 (ActivityThread.java:151)
android.app.ActivityThread$H.handleMessage (ActivityThread.java:1342)
android.os.Handler.dispatchMessage (Handler.java:110)
android.os.Looper.loop (Looper.java:193)
android.app.ActivityThread.main (ActivityThread.java:5333)

Device:
Acer E39
Android OS: 4.4.2 (API 19)

Inevitable or accidental ?

what’s your plugin version ?

I don’t know is it inevitable or accidental.
Just see 3 crashes on dashboard and they happened only on one device:
Acer E39
Android OS: 4.4.2 (API 19)

SDKBOX v1.0.1.34
iap v2.3.17.7

I guess problem with method name:
Exception java.lang.NoSuchMethodError: no method with name=‘pplicationInfo’ signature=‘Info’ in class Ldalvik/system/PathClassLoader;

Probably should be “ApplicationInfo”

I think u have multidex enabled? And then u didnt added to manifest file or in Application class needed configuration to work on older devices?

multidex is disabled and I use the same manifest and Application class for all devices.