I am unable to connect JDBC to my database, getting following error
Error : E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.myprojectapplicati
Probably means that the msql driver information in your configuration does not match the load driver in your code. The high version of the mysql driver registration, try to use this method: Class.forName("com.mysql.cj.jdbc.Driver");