Thanks to visit codestin.com Credit goes to github.com
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 ec6bff2 commit 3a0ee65Copy full SHA for 3a0ee65
.travis.yml
@@ -17,6 +17,11 @@ env:
17
before_install:
18
# Making sure gradlew has executable permissions
19
- chmod +x gradlew
20
+ - wget http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin
21
+ - chmod +x android-ndk-r10c-linux-x86_64.bin
22
+ - ./android-ndk-r10c-linux-x86_64.bin | egrep -v ^Extracting
23
+ - export ANDROID_NDK_HOME=`pwd`/android-ndk-r10c
24
+ - export PATH=${PATH}:${ANDROID_NDK_HOME}
25
26
android:
27
components:
0 commit comments