Posts by Rafael Andrade • 11 points
1 post
-
1
votes1
answer209
viewsQ: Error Mysql and android connection
I’m developing an app that needs to have an external connection and I’m having a running problem, how could I fix this? Follows the code: import java.sql.DriverManager; import java.sql.SQLException;…