android-actions / setup-android

Android SDK setup for GitHub Actions
MIT License
198 stars 66 forks source link

Error installing 'patcher;v4 #425

Open PauloGrijp opened 10 months ago

PauloGrijp commented 10 months ago

I'm using version @v2 with cmdline-tools;7.0. When I start the setup, I run sdkmanager --list_installed and 'patcher;v4' is not shown. Running the command sdkmanager --install "patcher;v4", an error appears (Warning: Failed to find package 'patcher;v4') and the action stops.

Does anyone know or have experienced this?

ViliusSutkus89 commented 10 months ago

Hello Paulo. Why are you using 7.0? Is it for legacy project support? Would you care to try and use v3 version of this action with a current version of cmdline-tools?

ViliusSutkus89 commented 10 months ago

OK, so the patcher is missing from all sdk versions. Still unsure why

ViliusSutkus89 commented 10 months ago

There's no patcher on my dev box either if I do a clean install. What are you using it for? Is it possible that was deprecated?