Skip to content
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

x/mobile/cmd/gomobile: init fails when downloading full ndk due to missing permissions. #12208

Closed
timcooijmans opened this issue Aug 19, 2015 · 0 comments

Comments

@timcooijmans
Copy link
Contributor

When downloading the full NDK using gomobile init, gomobile init fails with:

./bin/gomobile: /Users/timcooijmans/Development/Go/pkg/gomobile/dl/android-ndk-r10e-darwin-x86_64.bin failed: fork/exec /Users/timcooijmans/Development/Go/pkg/gomobile/dl/android-ndk-r10e-darwin-x86_64.bin: permission denied

Because the downloaded .bin file doesn't have execute permissions.

@mikioh mikioh changed the title /x/mobile: gomobile init fails when downloading full ndk due to missing permissions. x/mobile/cmd/gomobile: init fails when downloading full ndk due to missing permissions. Aug 21, 2015
@mikioh mikioh added this to the Unreleased milestone Aug 21, 2015
@golang golang locked and limited conversation to collaborators Aug 22, 2016
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 10, 2021
Fixes an issue where the full NDK could not be downloaded due to a missing execute permission.

Fixes golang/go#12208

Change-Id: I6f432b5021b082693a02a293f50caf6da4d4e379
Reviewed-on: https://go-review.googlesource.com/13669
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 11, 2021
Fixes an issue where the full NDK could not be downloaded due to a missing execute permission.

Fixes golang/go#12208

Change-Id: I6f432b5021b082693a02a293f50caf6da4d4e379
Reviewed-on: https://go-review.googlesource.com/13669
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants