网页查看db文件:debug-db

build中添加
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
aaptOptions.cruncherEnabled = false
aaptOptions.useNewCruncher = false
}
//查看db文件端口号设置为8088
debug {
resValue("string", "PORT_NUMBER", "8088")
}
}
dependencies{
//查看db文件
debugCompile 'com.amitshekhar.android:debug-db:1.0.0'
}
https://blog.csdn.net/weixin_39886154/article/details/80894089

你可能感兴趣的:(网页查看db文件:debug-db)