-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails for Android on M1 Macs #23
Comments
I'm having the same problem but the workarounds did not work for me, I'm stuck |
The exact thing I do when I test on Android is I just hard code this on the gradle file:
So, just hardcode Hope this helps you @tudor07 |
@euriasb unfortuntaly that does not work for me
|
We are looking into this. As @euriasb mentioned, the current workaround is to find the
|
Any updates? I dread testing on Android because of this issue. Everytime I need to test Android I have to disable |
Any luck on this, above mentioned workaround is not working for me. |
Can you try this until we get out the new version:
|
You can also try 2.0.4 and reopen if it's still issue.
|
Build fails for Android on M1 Macs with the following error:
After some googling, the issue is that there are no binaries for M1 Macs, there are however x86 compatible binaries, this github issue explains how to make protobuf select the appropriate binary, I did it locally and it worked successfully.
The text was updated successfully, but these errors were encountered: