From d763f6f69f453655c598cdd8e004ca79cd918b2c Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Fri, 18 Jul 2025 09:14:26 +0100 Subject: [PATCH] Note how to switch back to the published SDK after building locally (#5042) --- docs/_developer_onboarding.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_developer_onboarding.md b/docs/_developer_onboarding.md index fedf05eded..84070b5754 100644 --- a/docs/_developer_onboarding.md +++ b/docs/_developer_onboarding.md @@ -157,6 +157,8 @@ Troubleshooting: - If you get the error `Unsupported class file major version `, try changing your JVM version by setting `JAVA_HOME` and, if building via Android Studio, "File | Settings | Build, Execution, Deployment | Build Tools | Gradle | Gradle JDK". +You can switch back to using the published version of the SDK by deleting `libraries/rustsdk/matrix-rust-sdk.aar`. + ### The Android project The project should compile out of the box.