Does not build with the default setup on M2 #4721
Unanswered
Subhadiptech
asked this question in
Q&A (Installation)
Replies: 3 comments 11 replies
-
Thanks for reporting this @Subhadiptech. Moving this over to be a discussion so that we can investigate where the gap is here. |
Beta Was this translation helpful? Give feedback.
3 replies
-
@adhiamboperes I have not ran it on rosetta. Let me give it a check. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The project does not build with the default setup.
Running macOS Ventura M2 building for pixel3a API 29
Following the setup for mac here
Install oppia-android and Run the app from Android Studio.
`Execution failed for task ':model:generateProto'.
Could not resolve all files for configuration ':model:protobufToolsLocator_protoc'.
Could not find protoc-3.8.0-osx-aarch_64.exe (com.google.protobuf:protoc:3.8.0).
Searched in the following locations:
https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.8.0/protoc-3.8.0-osx-aarch_64.exe`
Expected to build without issue.
The issue seems like the same one mentioned here #4644
There was a solution of adding proto to local.properties but it should be contained in documentations so that user can easily setup the project locally.
Beta Was this translation helpful? Give feedback.
All reactions