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 SDK Platform-tools revision Android-25 #779

Closed
Lyoness opened this issue Oct 31, 2016 · 5 comments
Closed

Android SDK Platform-tools revision Android-25 #779

Lyoness opened this issue Oct 31, 2016 · 5 comments

Comments

@Lyoness
Copy link
Contributor

Lyoness commented Oct 31, 2016

Update travis.yml configuration for android.components: portion to work with Android-25

https://secure.helpscout.net/conversation/249893397/34943/?folderId=30784

@MariadeAnton
Copy link
Contributor

besides from that, the way to list the build tools would be:

build-tools-25.0.0

@MariadeAnton
Copy link
Contributor

To recap:

android:
  components:
    - tools
    - platform-tools
    - tools
    - build-tools-25.0.0
    - android-25

There's some more information available at travis-ci/travis-ci#6040 (comment)

mendhak added a commit to mendhak/gpsmapper that referenced this issue Nov 18, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@GuillemRoca
Copy link

Thanks @MariadeAnton! I have finally have Travis running on API 25. 👍

l2fprod pushed a commit to IBM-Cloud/insurance-bot-android that referenced this issue Jan 2, 2017
@MariadeAnton MariadeAnton added docs and removed docs labels Jan 12, 2017
fgei added a commit to TheInfiniteKind/duckduckgo-android that referenced this issue Feb 21, 2017
@jaredsburrows
Copy link

Since this has not been fixed, just using command line:

install:
  - echo y | android update sdk -u -a -t tools
  - echo y | android update sdk -u -a -t platform-tools
  - echo y | android update sdk -u -a -t build-tools-25.0.2
  - echo y | android update sdk -u -a -t android-25
  - echo y | android update sdk -u -a -t extra-google-m2repository
  - echo y | android update sdk -u -a -t extra-android-m2repository

aarmea added a commit to aarmea/noise that referenced this issue May 1, 2017
Travis doesn't seem to like android-25 very much and won't accept its TOS automatically unless you include tools twice:
travis-ci/docs-travis-ci-com#779
miankhalid added a commit to openedx-unsupported/edx-app-android that referenced this issue Oct 30, 2017
@stale
Copy link

stale bot commented Apr 11, 2018

Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues

@stale stale bot added the stale label Apr 11, 2018
@stale stale bot closed this as completed Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants