Android IDE (AIDE) Support Forum

Use SQlite in Java Console Application

Is it possible to use SQLite in an Java Console application on android?
I’ve already tried “import android.database.sqlite;” in my Java file, but android-libraries are not available.
Can I configure the .classpath or .project files to include the android libraries?

You must download the jar library (of SQLIte) and add it to your classpath

Here is a very clear answer

1 Like