auther: Lart date: 2019-01-17 update: 2019-01-18 09:55:36 --- import os, glob, fnmatch 针对某些操作, 官方推荐这些操作 This module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open() if you…
编译项目报错: Caused by: java.lang.Exception: No native library is found for os.name=Mac and os.arch=aarch64. path=/org/sqlite/native/Mac/aarch64 原因: 使用M1 处理器的mac, room当前版本的room library还没支持. Fixed an issue with Room's SQLite native library to support Apple…