I am trying to compile and run the https://github.com/jitsi/jitsi-android project
in Eclipse by importing.
I successfully imported the project, added external Jar files and fix some compilation errors.
When I try to run the application, it gives
Error converting to Dalvik format with error 1 Error on the console. So I clean up the project, check all the jar files on the Order and Export tab, and build it again.
but it does not work for me.
Finally, I unchecked all libraries from the Order and Export tab, created and launched it again.
But at the same time, it gives me the same error, and my application gets crashed every time I run it.
Any help would be appreciated, I really want to run this application.
here is a screenshot of my libs folder: -

source
share