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:
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
|
One answer
Hi,
I had the same problems two years ago and I found no solution. The problem is that Android use a different Byte Code at the JVM... the Dalvik Byte Code. My workaround was:
I created two Android Clients ...I mentioned it at this forum.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.