actions / runner-images

GitHub Actions runner images
MIT License
10.19k stars 3.06k forks source link

Update Android sdk Platform-Tools 35.0.2 #10495

Open yogurtearl opened 2 months ago

yogurtearl commented 2 months ago

Tool name

Android sdk Platform-Tools

Tool license

Android SDK license

Add or update?

Desired version

35.0.2

Approximate size

No response

Brief description of tool

An older version of android "build tools" is already installed on the images, just need the current version of 35.0.2 installed.

URL for tool's homepage

https://developer.android.com/tools/releases/build-tools

Provide a basic test case to validate the tool's functionality.

Minimal Android build with android gradle plugin version 8.5.2

Platforms where you need the tool

Runner images where you need the tool

Can this tool be installed during the build?

Yes, it will be downloaded if absent by the Android Gradle plugin.

Tool installation time in runtime

unknown

Are you willing to submit a PR?

possibly

vidyasagarnimmagaddi commented 2 months ago

Hi @yogurtearl ,Thank you for bringing this issue to us. We are looking into this issue and will update you on this issue after investigating.

nokite commented 2 weeks ago

Are you sure you don't mean "platform tools 35.0.2"? Looking at the available build tools, I see only up to 35.0.0 right now (30 Oct 2024).

With that being said, I am also running into related issues with Github Actions, which I'm investigating now. The build doesn't output anything for 19 minutes, and then:

Warning: Errors during XML parse:
Warning: Additionally, the fallback loader failed to parse the XML.
Checking the license for package Android SDK Platform-Tools in /usr/local/lib/android/sdk/licenses
License for package Android SDK Platform-Tools accepted.
Preparing "Install Android SDK Platform-Tools v.35.0.2".
yogurtearl commented 1 week ago

ah, yup, updated.

Prabhatkumar59 commented 3 days ago

Hi @yogurtearl- Could you please confirm, whether you are referring to update "Android sdk build_tools 35.0.2" or "Android sdk Platform-Tools" because both tool versions are different.

yogurtearl commented 1 day ago

I meant Android SDK Platform-Tools v.35.0.2

Sorry for the confusion.