
使用 Windows 11 操作系统, Android Studio 运行这个项目,报错了:
1 | Failed to delete old native lib |
1 | Unexpected IOException |
1 | Failed to load native library through System.loadLibrary |
1 | Execution failed for task ':core:data:generateCommonMainReaderDatabaseInterface'. |
1 | * Exception is: |
在网上找答案,尝试以管理身份打开 shell, 使用命令 ./gradlew :androidApp:assembleDebug 运行,还是报同样的错

后来灵机一动, 关闭了所有打开的 Android Studio 窗口,然后以管理员身份打开, 然后运行项目,成功运行。👍
