I have tried uses-library clause but that gives me this error : Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
I tried adding the library android-async-http-1.3.2.jar to both the lib folder and as a user library. There are no compile time errors but during run time it doesn't seem to find the library for some strange reason.
This is the error log :
06-01 14:29:57.073: E/AndroidRuntime(5354): FATAL EXCEPTION: main 06-01 14:29:57.073: E/AndroidRuntime(5354): java.lang.NoClassDefFoundError: com.loopj.android.http.RequestParams 06-01 14:29:57.073: E/AndroidRuntime(5354): at com.android.myprojectname