-
Notifications
You must be signed in to change notification settings - Fork 76
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
[fix][sdk-372] Fix CI - Old Android SDK removed from Ubuntu 20.04 image runner #314
Closed
christianbuon
wants to merge
40
commits into
rollbar:master
from
christianbuon:fix/sdk-351/add-android-sdk-and-tools
Closed
Changes from 32 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
9765709
feat(ci): set up SDK manager path and install platform tools
christianbuon dc6389a
feat(ci): set up SDK manager older version for Java 8
christianbuon af8e058
feat(ci): add distribution
christianbuon 3131f34
feat(ci): modify distribution
christianbuon bc5bfb7
feat(ci): just install old command line tool
christianbuon a7fbf94
feat(ci): install platform tools
christianbuon a301a77
feat(ci): use a newer version of skd tools
christianbuon 581c58e
feat(ci): use a older version of skd tools
christianbuon b571567
feat(ci): use a older version of skd tools
christianbuon 2a315af
feat(ci): use a older version of skd tools
christianbuon 6dcece2
feat(ci): swap logs
christianbuon aa5d143
feat(ci): move log
christianbuon aac6078
feat(ci): install old platform tools
christianbuon d03cf43
feat(ci): add dash
christianbuon ed0bdf1
feat(ci): remove java 11
christianbuon da9843f
Revert "feat(ci): remove java 11"
christianbuon cb3581d
feat(ci): change command line tools version
christianbuon 90e4b89
feat(ci): set old command line tools version
christianbuon 3c2a3da
feat(ci): set old command line tools version
christianbuon c5e662b
feat(ci): change path
christianbuon fa149cb
feat(ci): try another version
christianbuon 59eb57a
feat(ci): try another version
christianbuon ad80b7b
feat(ci): update sdkmanager
christianbuon 3df0eeb
feat(ci): Setup Android SDK
christianbuon 85d5b49
feat(ci): Setup Android SDK version 3.2.0
christianbuon 995eec1
feat(ci): Setup Android SDK another version
christianbuon 1807af4
feat(ci): Setup Android SDK another version
christianbuon 98e11c4
feat(ci): Setup Android SDK version 10
christianbuon 31a5d5e
feat(ci): Setup Android SDK version 9
christianbuon 1bfd4a7
feat(ci): Setup Android SDK version 11
christianbuon 4db881f
feat(ci): Setup Android SDK version 9 and add java 8 to sdk manager
christianbuon 39daf35
feat(ci): fix variable
christianbuon cfe6388
feat(ci): remove third party action
christianbuon 95fb718
build: make snapshot
christianbuon e95fda5
fix(ci): set command line tool older version
christianbuon f2db24b
fix(ci): set command line tool older version
christianbuon 7f9f2f7
fix(ci): remove task
christianbuon c93d056
fix(ci): try to make snapshot with previous solution
christianbuon b56d80d
remove condition just for testing release
christianbuon b44e278
refactor: remove third party action
christianbuon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The runner image ships with this version. Do you think we can avoid adding a 3rd party tool for it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, but they upgraded the build tools and platform version from 27 to 31. Ok, I'm going to download it manually
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is an example on how to install the old platform version with the existing SDK manager. You don't need to manually download it, or use 3rd party tools. If you don't install it, the Android Gradle Plugin figures out which version you need based on the project config and downloads it in the background.