-
Notifications
You must be signed in to change notification settings - Fork 18k
x/mobile/cmd/gomobile: build fails with SDK 34 #67496
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
Labels
Milestone
Comments
https://developer.android.com/ndk/reference/group/looper#alooper_pollall
|
Change https://go.dev/cl/586595 mentions this issue: |
hajimehoshi
added a commit
to ebitengine/gomobile
that referenced
this issue
May 18, 2024
ALooper_pollAll is no longer available as of Android SDK 34. Updates hajimehoshi/ebiten#2992 Updates golang/go#67496
enjloezz
added a commit
to enjloezz/gomobile
that referenced
this issue
Sep 7, 2024
ALooper_pollAll is no longer available as of Android SDK 34. Fixes golang/go#67496
mzki
added a commit
to mzki/erago
that referenced
this issue
Oct 14, 2024
mzki
added a commit
to mzki/erago
that referenced
this issue
Oct 14, 2024
This commit includes below updates: * mobile/model/v2: Update minimum Android API level * .github: Update gomobile commit hash to include bug fix * go.mod: Update gomobile and its dependency to include bug fix See golang/go#67496
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go version go1.22.3 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
gomobile build -androidapi=34 ./example/basic
at the gomobile directoryFor 1, I installed Android SDK 34 or newer only:
What did you see happen?
Error:
What did you expect to see?
The build succeeds.
The related issues are:
The text was updated successfully, but these errors were encountered: