I am developing a Android application with target Android 2.1. In this application I try to integrate my application with Postgresql database using jdbc driver(Drivers with which I have tested the application are:
postgresql-9.0-801.jdbc4.jar postgresql-9.0-801.jdbc3.jar postgresql-8.3-606.jdbc4 Also I have added in my application AndroidManifest.xml file following line: <uses-permission android:name="android.permission.INTERNET" /> But on running android emulator I am getting this error: Caused by: java.lang.NoClassDefFoundError: org.postgresql.Driver Please suggest me some work around to solve this problem -- 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

