x/mobile: go mobile bind, SIGSYS crash on older Android versions #70495
Labels
mobile
Android, iOS, and x/mobile
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go version go1.23.2 linux/amd64
Output of
go env
in your module/workspace:What did you do?
Built an Android app that includes a go module compiled with
And included it with a build.gradle dependency:
using
What did you see happen?
Since our last upgrade to go1.23, the compiled Android app crashes at startup on older Android versions (tested 9.0 and 10.0, i.e. API 28 and 29 on Android studio emulator) with the following error:
Everything works fine for newer Android versions (e.g. 13.0).
Upgrading to Go 1.23.3 doesn't solve the issue, but reverting to Go 1.22.4 does, on all the Android versions tested.
What did you expect to see?
The app should not crash on startup.
The text was updated successfully, but these errors were encountered: