Is the Android mobile app still buildable from source today? #5015
-
|
Hello, I am working on an academic project where I am evaluating Berty in real conditions. I tried to build the Berty Messenger Android app from source on a recent Ubuntu environment, following the README instructions and using Node 16 and Java 11. While the app works correctly when installed from the Google Play Store, I was unable to build it locally from source. The Android build fails due to missing Maven dependencies (e.g. Fresco 2.2.0, cameraview 1.0.0), which do not seem to be available anymore. I would like to ask:
Any guidance would be greatly appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hello, follow this guide: https://github.com/berty/berty/tree/master/berty-bridge-expo/mobile |
Beta Was this translation helpful? Give feedback.
-
|
Which platform are you using (Linux, Windows, or macOS)? |
Beta Was this translation helpful? Give feedback.
Hello,
Thanks for the link. I followed the
berty-bridge-expo/mobileguide and was able to progress further in the build.However, the Android build still fails at the native bridge step (
gobridge.aar), which relies on Go/gomobile, the Android NDK, and specific toolchain versions. On a modern environment, the build does not seem reproducible out of the box without freezing an older setup or doing manual adjustments.Could you please confirm whether local Android builds are still officially supported today, or if using a pinned/legacy environment is the recommended approach?
Thank you.