Hi Dirk, Thanks for your response. One more question. Is it possible to build a jar file from source in eclipse for some core modules? If yes then how? If not then is it possible by writting a make file? Please provide a sample.
BR Shaddu On 12/03/2009, indiabolbol.com <[email protected]> wrote: > > create a folder called lib and put 3rd party jar in there. Then add a > reference to the jar in Eclipse as any other java app. > > On Mar 6, 1:22 pm, Dirk Jäckel <[email protected]> wrote: >> 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/threa... >> >> 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 -~----------~----~----~----~------~----~------~--~---

