[android-beginners] Re: How to use external library in Android project

2009-11-02 Thread Sj
Hi, Naveen I know how to add .jar file in project explorer. But when Android build the project, it doesn't add the external class. That's why the application (which built successfully) got crash when I run it in the Android emulator. Any other way you know? On Oct 30, 6:02 am, Naveen Krishna Ch

[android-beginners] Re: How to use external library in Android project

2009-10-29 Thread Naveen Krishna Ch
Eclipse provides an option to add the *.jar files in external libraries. 2009/10/29 Sj > > Hi, Android developers > > I am trying to create very simple 'http client using Jersey API'. > So I included Jersey library (such as jsr311-api-1.0.jar) as > Referenced Library. > > And my code build well.