You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: