Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

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

Open
jagdishkk1989 opened this issue Oct 19, 2015 · 3 comments

Comments

@jagdishkk1989
Copy link

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
Copy link

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
Copy link

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

@cmeng-git
Copy link

cmeng-git commented Oct 14, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants