We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f4929 commit a31fea4Copy full SHA for a31fea4
1 file changed
.travis.yml
@@ -6,6 +6,12 @@ git:
6
before_install:
7
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
8
- git submodule update --init --recursive
9
+ - wget http://dl.google.com/android/ndk/android-ndk-$NDK_VERSION-linux-x86_64.bin
10
+ - chmod +x android-ndk-$NDK_VERSION-linux-x86_64.bin
11
+ - ./android-ndk-$NDK_VERSION-linux-x86_64.bin | egrep -v ^Extracting
12
+ - export ANDROID_NDK_HOME=`pwd`/android-ndk-$NDK_VERSION
13
+ - export PATH=${PATH}:${ANDROID_NDK_HOME}
14
+
15
android:
16
components:
17
- platform-tools
0 commit comments