Skip to content

[Do not merge] Update Android SDK Packages in setup scripts #2828

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

Closed
wants to merge 1 commit into from

Conversation

vchimev
Copy link

@vchimev vchimev commented May 22, 2017

Updated and verified for macOS.
Updated but NOT verified for Windows - @etabakov, would appreciate your help here.

@vchimev vchimev requested review from etabakov and removed request for etabakov May 22, 2017 07:41
@vchimev vchimev requested a review from etabakov May 22, 2017 11:56
echo y | cmd /c "$androidExecutable" update sdk --filter "build-tools-23.0.3" --all --no-ui
echo y | cmd /c "$androidExecutable" update sdk --filter "extra-android-m2repository" --all --no-ui
$androidExecutable = [io.path]::combine($env:ANDROID_HOME, "tools", "bin", "sdkmanager")
echo y | cmd /c "$androidExecutable" "platform-tools"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to test, perhaps it should be escaped.

}
echo y | cmd /c "$androidExecutable" "system-images;android-25;google_apis;x86"
Copy link
Author

@vchimev vchimev May 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's both scripts for macOS and Windows do the same.
To consider:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we install android-23 images?
Reason:

  • It is the most used version
  • Boots faster

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in #2857.

@vchimev
Copy link
Author

vchimev commented May 29, 2017

I'm closing this pull request in favour of:
#2857 and ...

@vchimev vchimev changed the title Update Android SDK Packages in setup scripts [Do not merge] Update Android SDK Packages in setup scripts May 30, 2017
@vchimev vchimev closed this May 30, 2017
@etabakov etabakov deleted the vchimev-setup branch August 22, 2017 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants