Build failed with multiple errors #5421
Replies: 4 comments 4 replies
|
@oyeraghib, from your information and some websearch, I see that the first three issues are a result of using an incompatible gradle version. In our wiki(https://github.com/oppia/oppia-android/wiki/Installing-Oppia-Android#prepare-developer-environment) we recommend installing a parallel version of Android Studio Bumblebee(https://redirector.gvt1.com/edgedl/android/studio/install/2021.1.1.23/android-studio-2021.1.1.23-mac_arm.dmg). The last issue with protobuf is a known issue, and we included a fix in one of our setup scripts to insert the property that you added. Please see wiki snippet on running
For more information, please see:
Please feel free to use this thread to continue posting other setup issues that you run into. |
|
Hey @adhiamboperes can you tell me what version of Gradle and plugin you are using currently ? |
|
Hi, we currently have |
|
Hey! I ran into a similar issue before. If you're looking for a lighter alternative, I made a project called Vexel. It's an Android APK builder that runs in Termux and is designed to be simpler than setting up a full Android Studio environment for certain workflows. Current features include:
It may or may not fit your exact use case, but if you'd like to try it, feedback is always welcome. GitHub: Release: |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Operating System
MAC OS Sonoma 14.5
Android Studio Version
Android Studio Giraffe | 2022.3.1 Patch 1
RAM size
8
Free disk space
100gb +
Which step are you stuck on?
Unable to build Oppia Android APK on my MAC, which earlier I was able to do so on Windows.
Error Log
Also I was having another issue with protobuf
Error:
which I fixed by doing
to this
All reactions