jitsi / jitsi-android

Jitsi for Android is an Android port of the Jitsi project: The most feature-rich communicator with support for encrypted audio/video, chat and presence over SIP and XMPP
Apache License 2.0
414 stars 259 forks source link

java.lang.NoClassDefFoundError: org.jitsi.android.gui.AndroidGUIActivator #37

Closed jagdishkk1989 closed 8 years ago

jagdishkk1989 commented 8 years ago

I am able to build the application. But when I am going to install the build to device then getting the error NoClassDefFoundError. I tried to fix but not succeed and struggling with such type of error.

Log cat as below:-

10-13 10:55:18.472: E/Jitsi(8597): [3] util.UtilActivator.uncaughtException().108 An uncaught exception occurred in thread=Thread[main,5,main] and message was: org.jitsi.android.gui.AndroidGUIActivator 10-13 10:55:18.472: E/Jitsi(8597): java.lang.NoClassDefFoundError: org.jitsi.android.gui.AndroidGUIActivator 10-13 10:55:18.472: E/Jitsi(8597): at org.jitsi.service.osgi.OSGiActivity.postRestoreIntent(OSGiActivity.java:451) 10-13 10:55:18.472: E/Jitsi(8597): at org.jitsi.android.gui.Jitsi.onCreate(Jitsi.java:102) 10-13 10:55:18.472: E/Jitsi(8597): at android.app.Activity.performCreate(Activity.java:5990) 10-13 10:55:18.472: E/Jitsi(8597): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106) 10-13 10:55:18.472: E/Jitsi(8597): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2278) 10-13 10:55:18.472: E/Jitsi(8597): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387) 10-13 10:55:18.472: E/Jitsi(8597): at android.app.ActivityThread.access$800(ActivityThread.java:151) 10-13 10:55:18.472: E/Jitsi(8597): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303) 10-13 10:55:18.472: E/Jitsi(8597): at android.os.Handler.dispatchMessage(Handler.java:102) 10-13 10:55:18.472: E/Jitsi(8597): at android.os.Looper.loop(Looper.java:135) 10-13 10:55:18.472: E/Jitsi(8597): at android.app.ActivityThread.main(ActivityThread.java:5254) 10-13 10:55:18.472: E/Jitsi(8597): at java.lang.reflect.Method.invoke(Native Method) 10-13 10:55:18.472: E/Jitsi(8597): at java.lang.reflect.Method.invoke(Method.java:372) 10-13 10:55:18.472: E/Jitsi(8597): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903) 10-13 10:55:18.472: E/Jitsi(8597): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698) 10-13 10:55:18.473: E/Jitsi(8597): [3] org.jitsi.android.plugin.errorhandler.ExceptionHandler.uncaughtException().96 Uncaught exception occurred, killing the process...

I have put the .jar files inside the libs folder, but getting the same error.

If anyone have idea. Please help me. Thanks!!