jitsi-android icon indicating copy to clipboard operation
jitsi-android copied to clipboard

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

Open jagdishkk1989 opened this issue 9 years ago • 3 comments

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.

jagdishkk1989 avatar Oct 19 '15 07:10 jagdishkk1989

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

cmeng-git avatar Sep 30 '16 03:09 cmeng-git

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

diegobill avatar Oct 13 '17 19:10 diegobill

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.

cmeng-git avatar Oct 14 '17 00:10 cmeng-git