我正在尝试连接到我的MySQL服务器,但我收到错误,我不知道为什么。");
String user =(ConnectionUrl.java:317)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.javaat <e
但是当我想为Android ->编译这个应用程序时,它就崩溃了。com.android.dx.command.dexer.Main.processAllFiles(Main.java:569) at com.android.dx.command.dexer.Main.run(Main.java:275)
at com.android.dx.comma
我使用jdbc连接器将我的android项目与XAMPP连接起来。在我编译了我的程序并继续在我的应用程序中填充信息之后,我点击按钮,它就会抛出这个错误。java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/mydatabase at com.example.myproject.views.CartFragment$3.onClick(CartFragment.jav