String sql = "create table" + Constant.TABLE_NAME + "(" + Constant.ID + "Integer primary key,"+Constant.NAME+" varchar(20))";db.execSQL(sql);//执行sql语句
"create table"改为"create table "
看你复制上来的代码,中间的空格都没写啊
看logcat中报的是什么错误