我在基本功能中使用SQLite来删除表
MyApplication.getDatabase().delete(TABLE_NAME, null, null)
它通过抛出错误来崩溃应用程序:
android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 1546)
Android Instant Instant应用程序是否支持SQLite?我无法找到任何文件。
修改1:
我正在使用运行Android 6.0(API级别23),x86和使用Google API的Nexus 5X映像的模拟器。
SQLite抛出的确切错误是:
E/SQLiteLog: (1546) os_unix.c:29096: (13) ftruncate(/data/user/0/com.google.android.instantapps.supervisor/files/hosted/com.hello.world.app/databases/Cache.db)
编辑2:
此代码适用于Pixel API 25