I was hoping you guys can maybe help me with this issue. I keep getting this error when running the sample videochat from here. I tried downloading the zip file , clone and downloading only the sdk jar but i always get the same error, mentioned in the question. i searched SO and most of the solutions are build with java 1.6 which i'm already using (never installed later version), also some solutions found on google weren't helpful as well. saw this answer: (here)
For others searching for this error message, another possible cause is that you
are including libraries that were built for java 7. For us, adjusting those
builds to specifically target java 6 (and then building new jars) fixed the
problem.
and i was thinking maybe this could be the problem, if so how can i get around it??? i would appreciate any help. thanks in advance
EDIT:
i was getting the Dx bad class... error for every class in the sdk jar file. after a lot more searching i stumbled upon an older version of the sdk jar file here and i was able to run this other sample with the earlier sdk version. only for some reason there is an important class missing from this file so naturally the sample crashes when i try to make a call (but it RUNS till that point with no errors).
so in-light of this can i assume everything is ok on my end and perhaps there is some problem with the sdk jar file? or is there anything i can do to fix it?