So How can I add The JDBC Driver to Android Studio ?? Please reconsider this. JDBC is not designed for use this way . In particular, you will wind up having to have database account data, including passwords, in your app, which is bad from a security standpoint.
Read moreWhat is the best database for Android studio?
PostgreSQL . A unique relational database, PostgreSQL is the best database for Android and iOS apps. Developers can customize this database as they want; that’s why it’s the most preferred mobile app database.
Read moreCan I use Java with MySQL?
To connect to MySQL from Java, you have to use the JDBC driver from MySQL . The MySQL JDBC driver is called MySQL Connector/J. You find the latest MySQL JDBC driver under the following URL: http://dev.mysql.com/downloads/connector/j. The download contains a JAR file which we require later.
Read more