No Such table in API 2.2
问题 Everything goes successful in my app in higher versions, but in the lower versions like 2.2 the app crashes while fetching data from database with this error 07-17 21:46:36.361: I/Database(520): sqlite returned: error code = 1, msg = no such table: Schedules 07-17 21:46:36.371: W/System.err(520): android.database.sqlite.SQLiteException: no such table: Schedules: , while compiling: SELECT DISTINCT * FROM Schedules 07-17 21:46:36.391: W/System.err(520): at android.database.sqlite