Android project aren't meant to export jars from source code. The documentation makes this clear. They export raw source which gets compiled directly by dependent projects. If you want to add a jar file, I think you'll have to do arrange for Eclipse to pick up a static jar from a different project with manual configuration.
On Oct 8, 5:39 pm, JoeSchmoe <[email protected]> wrote: > Do I have to do anything special to create a .jar library with > Android? I'm simply creating an Android Project and then doing > "Export Jar". > > I'm able to do "Add External Jar" and I can compile fine. When I run, > the classes are unresolved so I crash. (null exception...) > > I tried exporting as a "Runnable Jar", but the "Finish" button is > greyed out. Perhaps I need to create a different project to use a > runnable jar? > > 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 [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

