Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Hotfix for Android: Change Android NDK Version to r16
  2. + export ANDROID_NDK_VERSION=r16b
  3. + ANDROID_NDK_VERSION=r16b
  4. + mkdir ./android-ndk-tmp
  5. + cd ./android-ndk-tmp
  6. + wget -q https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
  7. + unzip -o android-ndk-r16b-darwin-x86_64.zip
  8. unzip: cannot find or open android-ndk-r16b-darwin-x86_64.zip, android-ndk-r16b-darwin-x86_64.zip.zip or android-ndk-r16b-darwin-x86_64.zip.ZIP.
  9. ##[error]/bin/bash failed with return code: 9
  10. ##[error]Bash failed with error: /bin/bash failed with return code: 9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement