应用程序使用存储在资产中的数据库。 在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。
答案 0 :(得分:0)
异常输出中的以下行表明实际存在无stations
表。
android.database.sqlite.SQLiteException: no such table: stations: , while compiling: (some query)