3 hours ago 如何在 Cursor 的 Sandbox 模式下使用 android cli🌐 链接: https://linux.do/t/topic/2649642🔍 关键词: #api #cursor🏷️ 分组: LinuxDo论坛🕒 时间: 2026-07-25 10:53:29 LINUX DO 如何在 Cursor 的 Sandbox 模式下使用 android cli 起因是我在使用 Google 的 Android cli 的时候,被 Cursor 的 sandbox 给拦截了。查了一下文档,发现是因为 Sandbox 禁止写入用户目录。Android CLI 启动器和 Java 主程序都会写 ~/.android/cli。 报错信息如 Error: Failed to open "/Users/用户名/.android/cli/bundles/lock" Caused by: Operation not permitted (os error 1) …