I had the same problem you describe. After trimming down the scala- library.jar file to only contain the core classes (about 1.8 MB) and adding it as an external jar everything worked fine. However, Eclipse build times are now quite long as the dex file is quite large and is regenerated for each change, so we're looking for a way to add the Scala jar as a library in the emulator and adding it to the application classpath. I don't know if this is possible and if it is, the documentation is really hard to find. If you (or anyone else) can share some hints on how to achieve this, I'd be grateful.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

