Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android API Level 24 (Nougat) not found #6260

Closed
kartikarora opened this issue Jul 4, 2016 · 1 comment
Closed

Android API Level 24 (Nougat) not found #6260

kartikarora opened this issue Jul 4, 2016 · 1 comment
Labels

Comments

@kartikarora
Copy link

My current .travis.yml file is as follows:

language: android
jdk: oraclejdk8
android:
    components:
        - build-tools-24.0.0
        - android-24
        - platform-tools
        - extra-android-support
        - extra-android-m2repository
        - extra-google-m2repository
        - extra-google-google_play_services
    licenses:
        - 'android-sdk-license-.+'
before_script:
    - chmod +x gradlew

My build is failing with the message
> failed to find target with hash string 'android-24' in: /usr/local/android-sdk

Is API 24 not available on Travis yet? Or am I referencing it incorrectly?

@BanzaiMan
Copy link
Contributor

See #6040 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants