摘要: 报错信息: Gradle sync failed: Unsupported method: BaseConfig.getApplicationIdSuffix( The version of Gradle you connect to does not support that method. To 阅读全文
posted @ 2020-02-13 14:10 嘻嘻哒丸子 阅读(217) 评论(0) 推荐(0)
摘要: 数据库设计: 今天进行数据库表的设计目前功能有限 目前APP共涉及到三个表,分别是:用户信息表、配置表、收支明细表 1 public void onCreate(SQLiteDatabase db){ 2 //user table 3 db.execSQL("create table if not 阅读全文
posted @ 2020-02-13 09:05 嘻嘻哒丸子 阅读(212) 评论(0) 推荐(0)