Hi everyone, Here's the situation: I have a schema that I put through XMLBeans and generated the java sources from it. I want to take those java files and use them in my 1.5 app, but when I try and build the project, I get this error:
Conversion to Dalvik format failed: Unable to execute dex: null. I did some looking around and I found that this error comes from the use of external sources that aren't built against android. The thing is, the java files haven't been built yet. When the app is built, then the java files are built. A few things to note: Yes, I have put the required XMLBeans jars on the classpath; The generated schema is somewhere in the area of 1400 java files (it's a huge schema); and normally when I try and build the jar with all those jars in eclipse, eclipse runs out of memory. I did up the memory in eclipse and things worked better, but I still got that error. I have read elsewhere that XMLBeans doesn't really work on 1.5, so I'm not sure if that is the problem here, or if this is something else. If anyone has any input on this or has run into this before, it would be greatly appreciated. Thanks, Robbie --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

