-
Notifications
You must be signed in to change notification settings - Fork 106
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
protoc 21.7 not found #63
Comments
I concur. This little maneuver just cost me 51 years. |
the version is 3.21.7. |
Weird that this lab got updated less than a week ago, but this issue wasn't fixed. I have some feeling that googlers may omit the |
It's strange that this issue doesn't show up in Google when searching for the error message "Could not find com.google.protobuf:protoc:21.7." 🤔 That would probably save people that run into the same problem some time. |
Actually in source code of codelabs,it is |
Still not fixed |
I originally thought this was a typo, but it seems protoc 21.7 does exist. So, edit:
The build.gradle snippet in the web tutorial specifies:
But Android Studio can't find protoc 21.7 with the provided repository setting:
giving the error:
Changing the protoc stanza to read
artifact = "com.google.protobuf:protoc:3.21.7"
(i.e. changing the version from 21.7 to 3.21.7) makes this problem go away.The text was updated successfully, but these errors were encountered: