Android does not support MySQL out of the box . The “normal” way to access your database would be to put a Restful server in front of it and use the HTTPS protocol to connect to the Restful front end.
Can Android app connect to MySQL database?
Android does not support MySQL out of the box . The “normal” way to access your database would be to put a Restful server in front of it and use the HTTPS protocol to connect to the Restful front end.