Search code examples
androidsqliteandroid-sqliteandroid-2.2-froyoandroid-4.2-jelly-bean

what versions of SQLite is used in android?



Im developing a android application for a tablet and mobiles
The application perform some DB operations (saving,deleting,etc in DB)
My configuration details are minimum sdk is 8 and target sdk is 17
Here i did not know what sqllite version is used in android from version 8 to latest version.
It is very usefull to db compatibility in my project
So please provid the details where i get these details
So please all are welcome to give their ideas


Solution

  • SQLite 3.6.22:

    • API 8 - 2.2 - Froyo

    SQLite 3.7.11:

    • API 17 - 4.2 - Jelly Bean

    Full article you can find here: