db = openOrCreateDatabase("test.db", Context.MODE_PRIVATE, null);androidstudio创建的本地数据库在哪个文件夹里能找到?
不写路径是放在默认路径,一般是内部存储的data下