We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949015c commit 493bf24Copy full SHA for 493bf24
Makefile
@@ -25,7 +25,7 @@ export ANDROID_HOME
25
PATH:=$(PATH):$(GOPATH)/bin
26
export PATH
27
downloadGoMobile:
28
- go get golang.org/x/mobile/cmd/gomobile
+ go get golang.org/x/mobile/cmd/...
29
sudo apt-get install -qq libstdc++6:i386 lib32z1 expect
30
cd ~ ;curl -L https://gist.githubusercontent.com/xiaokangwang/4a0f19476d86213ef6544aa45b3d2808/raw/b5c308b43d231e785b869844b7b341e5c098b84b/ubuntu-cli-install-android-sdk.sh | sudo bash -
31
ls ~
0 commit comments