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

[Feature request] Android Platform Tools #23

Open
o-l-a-v opened this issue Sep 10, 2021 · 1 comment
Open

[Feature request] Android Platform Tools #23

o-l-a-v opened this issue Sep 10, 2021 · 1 comment

Comments

@o-l-a-v
Copy link

o-l-a-v commented Sep 10, 2021

Request to add Android Platform Tools to Nevergreen.

PowerShell to get latest version:

[System.Net.WebClient]::new().DownloadString('https://developer.android.com/studio/releases/platform-tools').Split(
    [System.Environment]::NewLine,
    [System.StringSplitOptions]::RemoveEmptyEntries
).ForEach{
    $_.Trim() -replace '\s{2,}', ' '
}.Where{
    $_ -like '<h4 id=*'
}[0].Split('>')[1].Split(' ')[0]

URL to always latest version of the tools:

@o-l-a-v o-l-a-v changed the title Android Platform Tools [Feature request] Android Platform Tools Sep 10, 2021
@DanGough
Copy link
Owner

Thanks, I will review.

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

2 participants