Hi,
I found your project after some research on the mesh network and it looks cool, so I wanted to test it, but I have a crash when launching my app.
java.lang.NoClassDefFoundError: com.ubudu.mesh.obfuscated.d at com.ubudu.mesh.UbuduMeshSDK.getMeshManager(SourceFile:45) at com.test.rdudubutest.MainActivity.onCreate(MainActivity.kt:18) at android.app.Activity.performCreate(Activity.java:5451) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1093) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2358) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2452) at android.app.ActivityThread.access$900(ActivityThread.java:172) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1302) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5586) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1268) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1084) at dalvik.system.NativeStart.main(Native Method)
I just implemented the lib via the file '.jar' and instantiated UbuduMeshManager due to UbuduMeshSDK.getInstance().getMeshManager(this)
I googled this error NoClassDefFoundError but no solutions founded
Hi,
I found your project after some research on the mesh network and it looks cool, so I wanted to test it, but I have a crash when launching my app.
java.lang.NoClassDefFoundError: com.ubudu.mesh.obfuscated.d at com.ubudu.mesh.UbuduMeshSDK.getMeshManager(SourceFile:45) at com.test.rdudubutest.MainActivity.onCreate(MainActivity.kt:18) at android.app.Activity.performCreate(Activity.java:5451) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1093) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2358) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2452) at android.app.ActivityThread.access$900(ActivityThread.java:172) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1302) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5586) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1268) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1084) at dalvik.system.NativeStart.main(Native Method)I just implemented the lib via the file '.jar' and instantiated UbuduMeshManager due to
UbuduMeshSDK.getInstance().getMeshManager(this)I googled this error
NoClassDefFoundErrorbut no solutions founded