Try and find the Android sdkmanager on Travis

pull/234/head
interfect 4 years ago committed by GitHub
parent 718c486765
commit 39339377b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,8 @@ script:
- echo "d56f5187479451eabf01fb78af6dfcb131a6481e" | sudo tee -a /usr/local/android-sdk/licenses/android-sdk-license
- echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" | sudo tee -a /usr/local/android-sdk/licenses/android-sdk-license
# The build needs this but Gradle refuses to fetch it.
- /usr/local/android-sdk/cmdline-tools/tools/bin/sdkmanager "ndk;21.3.6528147"
- find / -name sdkmanager
- sdkmanager "ndk;21.3.6528147"
# Run tests
- ./gradlew -q testDebug 2>&1
# Make sure a release build builds

Loading…
Cancel
Save