使用SQLiteHelper和Google Maps时应用程序崩溃

时间:2012-04-06 12:28:43

标签: android google-maps

应用程序使用存储在资产中的数据库。 在Android 2.2上完美运行 我添加了一些谷歌地图代码,所以我从android 2.2更改为GoogleAPIs 2.2低谷 project-> properties-> android-> Project Build Target

现在应用程序在启动包含带有

的MySQLiteHelper指针的活动后崩溃
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.etf.db/com.etf.db.TabContainer}: 
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.etf.db/com.etf.db.QueryTab}: 
android.database.sqlite.SQLiteException: no such table: stations: , while compiling: (some query)

删除所有MySQLiteHelper指针时,没有RuntimeExceptions。

1 个答案:

答案 0 :(得分:0)

异常输出中的以下行表明实际存在stations表。

android.database.sqlite.SQLiteException: no such table: stations: , while compiling: (some query)