Hello, I am trying to build an Android application that makes use of some of the classes within JMF (Java Media Framework). In the end, the application should be able to stream microphone audio via RTP between emulators. Unfortunately, when I import the jmf.jar file onto the build path in Eclipse I keep getting "Conversion to Dalvik format failed with error 1" errors. It seems that Dalvik cannot convert the JMF jar file into a usable format. It is definitely the inclusion of this jar file that is causing the errors as removing the jar file solves the problem.
Has anyone had any success using the JMF jar file in Android - in particular, all of those people who have tried (and possibly succeeded) to obtain live webcam capture as shown on Tom Gibara's website? N.B. I'm developing on Windows -- just in case the jar file differs in linux, although seen as it's Java it probably shouldn't. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---