I have created a project in Eclipse (Java) with SQLite db. After that, the Eclipse project successfully imported in Android Studio but didn't work with SQLite db. The following error is displayed all the time:
Class Not Found java.lang.ClassNotFoundException: org.sqlite.JDBC.Driver java.sql.SQLException: No suitable driver found for jdbc:sqlite:C:/sqlite/sqlite/db/Student.db