jdbc connection on android does not have connection.getSchema(). It was added in Java SE 1.7. Does android fully support java 1.7 jdbc?
Asked
Active
Viewed 39 times
1 Answers
1
JDBC is not properly supported in android. You need to use some web services such as REST APIs.
Check this answer and other answers in that thread for solution.

Nabin Bhandari
- 15,949
- 6
- 45
- 59