-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Comments
besides from that, the way to list the build tools would be:
|
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) |
Thanks @MariadeAnton! I have finally have Travis running on API 25. 👍 |
Since this has not been fixed, just using command line:
|
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
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 |
Update travis.yml configuration for
android.components:
portion to work with Android-25https://secure.helpscout.net/conversation/249893397/34943/?folderId=30784
The text was updated successfully, but these errors were encountered: