I am trying to develop an Android app that will access the Database from AWS S3 server. I have tried doing it the normal way just by adding the the connection string i.e. the db link I got from aws S3 server bucket. I have given permission also to that bucket. But when I run the app it say "could open Database". Is there a way I can do it easily? You can check my DB adapter code connection code below.I am trying to develop an Android app that will