We are attempting to create our apk using the ant build system. Our Eclipse workspace has several other android jar libraries. After having Android ant create our ant project file, we are having the following issues:
1. The ant build script is building the Android libraries with a name of classes.jar and not the project name 2. The dex part of the build is throwing exceptions saying that our classes have been multiply defined? How do we resolve this? 3. The dex part of the build script is asking for our library jar files to be named classes.jar, how do we change the script to use a different name? This Eclipse workspace is building fine in Eclipse, is there another option for building the project outside of Eclipse? Thanks Eric -- 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

