x/mobile: Unable to build basic sample with stripped NDK #16261
Closed
Labels
Comments
duplicate of #16268 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
What did you expect to see?
Build should complete without error messages.
What did you see instead?
Comment: there is no such a file indeed. But when I changed mobile/cmd/gomobile/init.go line 31 (
var useStrippedNDK = true
) tovar useStrippedNDK = false
, re-compiled, re-init and re-build sample, it was able to build it. And indeedi686-linux-android-nm
is now in place.The text was updated successfully, but these errors were encountered: