I am using a postgresql database for my android app. i am new to developing android apps. I have added the postgresql.jar into the build path. However when i run the application i get Driver not found exception.
Could some one please help?
I am using a postgresql database for my android app. i am new to developing android apps. I have added the postgresql.jar into the build path. However when i run the application i get Driver not found exception.
Could some one please help?
If the driver class is not found, because of some reasons the jar is still not in the path. Mind that jars must be in the folder called "libs", not "lib". If it will work as if nothing, that is another question, but the error message probably should be different.