- Forum posts: 2
May 16, 2012, 12:31:10 PM via Website
May 16, 2012 12:31:10 PM via Website
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