I suggest you to use Awake SQL, a virtual
JDBC Driver that is supported on Android with a dedicated packaging. Awake SQL has a
dual license (Open Source -LGPL v2.1 & commercial)
Disclaimer: I'm the author of Awake SQL.
Awake SQL allows you to code JDBC calls in Android. The JDBC calls are routed through HTTP and executed on the remote server.
The result is sent back using JSON.
The database is not accessed directly: the JDBC calls are filtered by a (configurable) Servlet on the remote server.
Awake SQL supports all major Open Source and commercial databases.
More info at:
http://www.awake-sql.org