当前位置:网站首页>android使用SQLiteOpenHelper闪退
android使用SQLiteOpenHelper闪退
2022-07-04 16:11:00 【蓝之静云】
问题:
已确定自己没错,但是app就是一直闪退
尝试:
删除app,重新安装
例子:
@Override
public void onCreate(SQLiteDatabase db) {
//如果存在group表,则删除该表
String drop_sql = "DROP TABLE IF EXISTS " + CHAT_GROUP + ";";
db.execSQL(drop_sql);
//创建group表
String create_sql = "CREATE TABLE IF NOT EXISTS " + CHAT_GROUP + "("
+ "id INTEGER PRIMARY KEY AUTOINCREMENT,"
+ "group_id VARCHAR NOT NULL,"
+ "chat_type INTEGER DEFAULT NULL"
+ ");";
db.execSQL(create_sql);
}
新增一个字段id,重新运行取id打印,闪退
String sql = String.format("select id,group_id,update_time" +
" from %s where %s;", CHAT_GROUP, condition);
onCreate调用时机
边栏推荐
- Make a grenade with 3DMAX
- wuzhicms代码审计
- Superscalar processor design yaoyongbin Chapter 6 instruction decoding excerpt
- ARTS_20220628
- 78 year old professor Huake impacts the IPO, and Fengnian capital is expected to reap dozens of times the return
- Face_recognition人脸识别之考勤统计
- 项目通用环境使用说明
- Russia arena data releases PostgreSQL based products
- 简单易用的地图可视化
- Cann operator: using iterators to efficiently realize tensor data cutting and blocking processing
猜你喜欢
Mathematical analysis_ Notes_ Chapter 7: differential calculus of multivariate functions
To sort out messy header files, I use include what you use
How to test MDM products
五千字讲清楚团队自组织建设 | Liga 妙谈
雨量预警广播自动化数据平台BWII 型广播预警监测仪
Stars open stores, return, return, return
Self reflection of a small VC after two years of entrepreneurship
Superscalar processor design yaoyongbin Chapter 6 instruction decoding excerpt
2022 national CMMI certification subsidy policy | Changxu consulting
Is it science or metaphysics to rename a listed company?
随机推荐
Tutorial on the use of Huawei cloud modelarts (with detailed illustrations)
Hidden corners of coder Edition: five things that developers hate most
Interpretation of data security governance capability evaluation framework 2.0, the fourth batch of DSG evaluation collection
Ks007 realizes personal blog system based on JSP
Weima, which is going to be listed, still can't give Baidu confidence
DB engines database ranking in July 2022: Microsoft SQL Server rose sharply, Oracle fell sharply
超标量处理器设计 姚永斌 第6章 指令解码 摘录
补能的争议路线:快充会走向大一统吗?
Set the transparent hidden taskbar and full screen display of the form
华为云ModelArts的使用教程(附详细图解)
Vscode modification indentation failed, indent four spaces as soon as it is saved
【HCIA持续更新】广域网技术
图像检索(image retrieval)
The Block:USDD增长势头强劲
ARTS_20220628
Superscalar processor design yaoyongbin Chapter 5 instruction set excerpt
To sort out messy header files, I use include what you use
Cocoscreator event dispatch use
ISO27001认证办理流程及2022年补贴政策汇总
[test development] software testing - Basics