1. model.gradle 中加入
//数据库网页展示
debugCompile 'io.github.skyhacker2:sqliteonweb:1.0.1'
releaseCompile 'io.github.skyhacker2:sqliteonweb-no-op:1.0.2'
2. MyApplication.java 中初始化
SQLiteOnWeb.init(this).start();
3. 查看
1. model.gradle 中加入
//数据库网页展示
debugCompile 'io.github.skyhacker2:sqliteonweb:1.0.1'
releaseCompile 'io.github.skyhacker2:sqliteonweb-no-op:1.0.2'
2. MyApplication.java 中初始化
SQLiteOnWeb.init(this).start();
3. 查看