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
412 stars 259 forks source link

Conversion to Dalvik format failed with error 1 while compiling jitsi project #38

Open jagdishkk1989 opened 8 years ago

jagdishkk1989 commented 8 years ago

I am able to fix all the missing errors and added missing library. But when I am going to compile then getting strange error. Conversion to Dalvik format failed with error 1

I think error is related to same class or package name. This error is getting due to java_stubs.jar because it contain the java.awt.* and javax.swing.* package that is already contain in android.jar.

I tried all trick and googled a lot but no solution. I am struggling since last 3-4 days. If anyone have idea. Please help me. I will be very thankful.

Thanks a lot in advance.

cmeng-git commented 7 years ago

The error may also be due to 64K limit exceeded on android. The jitsi-android source does not support multi-dex build. Note that java.awt and javax.swing are not supported on Android. The java_stub.jar is designed to take care of these references as stubs.

I have started a new development on aTalk application – a fork from the jisti-android. If you are interested, you may download the apk from the following site. download_link=http://atalk.sytes.net/releases/atalk-android/aTalk-release.apk

diegobill commented 6 years ago

@cmeng-git , Do you have a github to atalk?

cmeng-git commented 6 years ago

No, aTalk source is still not available online. Actually I am in the mid of talking to some org to get atalk release. Meantime I am still cleaning up the source.