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

2009-11-02 Thread Sj
naveenkrishna...@gmail.com wrote: Eclipse provides an option to add the *.jar files in external libraries. 2009/10/29 Sj soojung_h...@hanmail.net Hi, Android developers I am trying to create very simple 'http client using Jersey API'. So I included Jersey library (such as jsr311-api

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

2009-10-29 Thread 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. But when I run it in Android Emulator, it seems the application crashes. The reason seems like