I’m trying to install build tools via `sdkmanager`...
# android
u
I’m trying to install build tools via
sdkmanager
on CI, but I get
Copy code
sdkmanager "build-tools;30.0.3"
Warning: Dependant package with key emulator not found!                         
Warning: Unable to compute a complete list of dependencies.                     
/ #                                     ] 10% Computing updates...
anybody has a clue please?
😶 2
e
Looks like a semi colon where you should have a colon
u
unfortunately no, its supposed to be semicolon
issue is that linux cmdline tools for arm64 are broken, if I specified linux/amd64 when building the docker image, it all worked
432 Views