Hi! I use thrid-party jars with my application. All it takes is the dx-compiler transforming the classfiles to dex-files. It might also be neccessary to have a uses-library statement in your manifest. Like: <uses-library android:name="android.awt"/>
Its explained for eclipse here: http://groups.google.com/group/android-developers/browse_thread/thread/f10e970aed37fbf7 It is _not_ necessary to compile (.java -> .class) the jars with the android sdk. Dirk --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

