load the mysql driver in android emulator
问题 how to load the mysql server in android emulator i.e Class.forName("com.mysql.jdbc.Driver") i got the exception java.land.ClassNotFoundException in com.mysql.jdbc.Drive please reply me. 回答1: This assumes MySQL is publicly available from internet, but it is never good idea . Setup public WebService and connect to it from mobile application. 回答2: You won't be able to run MySQL server on an Android device. What you're doing, however, is trying to load the MySQL client library. That isn't