JAVA API and Android (RTC)
Hi,
I try to start develop small RTC client on Android , but i have problem with import RTC Java API to my android application project.
I import API jars in the following way:
- My Project -> right click -> Import -> File System -> oneApiJar.jar
- My Project -> right click -> Properties -> Java Build Path -> Libraries -> Add Jar -> oneApiJar.jar
But when I try to run the application I get these errors
[2013-01-31 13:35:55 - Dex Loader] Unable to execute dex: Multiple dex files define Lorg/eclipse/jface/contentassist/AbstractControlContentAssistSubjectAdapter$1;
[2013-01-31 13:35:55 - Hello] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lorg/eclipse/jface/contentassist/AbstractControlContentAssistSubjectAdapter$1;
Anybody try to use JAVA Api in android projects?
I would be thankful for help