I want to connect to remote sql database via jdbc I work on Android Studio But when executing I got this error
java.lang.ClassNotFoundException: com.mysql.
You can see the official site of MySQL to download the [JDBC][2].
Then you only need to add the library to Android Studio like any other library.