java - Error when run Jitsi for android source -
i've got error when run jitsi android source. got source here
the error
10-17 22:21:07.150: e/androidruntime(14134): fatal exception: main 10-17 22:21:07.150: e/androidruntime(14134): process: org.jitsi, pid: 14134 10-17 22:21:07.150: e/androidruntime(14134): java.lang.noclassdeffounderror: net.java.sip.communicator.util.logger 10-17 22:21:07.150: e/androidruntime(14134): @ org.jitsi.android.jitsiapplication.<clinit>(jitsiapplication.java:42) 10-17 22:21:07.150: e/androidruntime(14134): @ java.lang.class.newinstanceimpl(native method) 10-17 22:21:07.150: e/androidruntime(14134): @ java.lang.class.newinstance(class.java:1208) 10-17 22:21:07.150: e/androidruntime(14134): @ android.app.instrumentation.newapplication(instrumentation.java:990) 10-17 22:21:07.150: e/androidruntime(14134): @ android.app.instrumentation.newapplication(instrumentation.java:975) 10-17 22:21:07.150: e/androidruntime(14134): @ android.app.loadedapk.makeapplication(loadedapk.java:511) 10-17 22:21:07.150: e/androidruntime(14134): @ android.app.activitythread.handlebindapplication(activitythread.java:4564) 10-17 22:21:07.150: e/androidruntime(14134): @ android.app.activitythread.access$1500(activitythread.java:139) 10-17 22:21:07.150: e/androidruntime(14134): @ android.app.activitythread$h.handlemessage(activitythread.java:1353) 10-17 22:21:07.150: e/androidruntime(14134): @ android.os.handler.dispatchmessage(handler.java:102) 10-17 22:21:07.150: e/androidruntime(14134): @ android.os.looper.loop(looper.java:149) 10-17 22:21:07.150: e/androidruntime(14134): @ android.app.activitythread.main(activitythread.java:5268) 10-17 22:21:07.150: e/androidruntime(14134): @ java.lang.reflect.method.invokenative(native method) 10-17 22:21:07.150: e/androidruntime(14134): @ java.lang.reflect.method.invoke(method.java:515) 10-17 22:21:07.150: e/androidruntime(14134): @ com.android.internal.os.zygoteinit$methodandargscaller.run(zygoteinit.java:793) 10-17 22:21:07.150: e/androidruntime(14134): @ com.android.internal.os.zygoteinit.main(zygoteinit.java:609) 10-17 22:21:07.150: e/androidruntime(14134): @ dalvik.system.nativestart.main(native method)
is there missed?
noclassdeffounderror error occurs when class available @ compile time not run time , had solved problem on jitsi desktop application. may solution work you. think forgot include org.apache.log4j in manifest file of application.
Comments
Post a Comment