I have looked at all the previous questions of this type and followed the instructions to no avail, so please do not mark this as duplicate. I was hoping someone would look at my case and give me some tips. I am using Android studio. I downloaded the postgres driver from [https://jdbc.postgresql.org/download.html][1]. Here are my questions.
Where do I put the driver in my project files? Right now, it is just sitting in my downloads folder. I have undone everything I experimented with that previous threads told me to try(adding modules, creating a dependency, classpath, etc.)
Do I need to change the name of the jar file?
How does the "org.postgresql.Driver" connect to this jar file?
I also know JDBC is not the best way for android to connect to a postgres DB but this is my first app so I'm just taking this as a learning experience.