From cf9e209dfae605bcfa8f184adbdd7797a9bb223d Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 5 Nov 2025 11:02:25 +0200 Subject: [PATCH] docs: Mention gradle cache error fix Add information on how to fix the `[Error: Base module not found. Did you do a pod install/clear the gradle cache?]` error. I tried installing `op-sqlite` in my Expo project and I ran into that issue, took me some time to debug and realize what needed to be done. --- docs/docs/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index ca9bc8cf..3d757fdd 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -147,6 +147,10 @@ If you want to use `expo-updates` and `libsql` at the same time there is one mor } ``` +## [Error: Base module not found. Did you do a pod install/clear the gradle cache?] + +If you are running into this issue, you have to clear the gradle cache. It is stored inside of the [gradle user home directory](https://docs.gradle.org/current/userguide/directory_layout.html#dir:gradle_user_home), in the `caches/` directory. Removing the `caches/` directory and rebuilding your app should be enough to fix the error. + # Other For other conflicts and compilation errors there is no documented solutions. You need to get rid of the double compilation by hand, either by patching the compilation of each package so that it still builds or removing the dependency on the package.