Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(androidsdk): only download arch independent or matching the host …
…archives This avoid downloading multiple files (one per arch) where the last one will be decompressed over the previous. E.g. ending up having `emulator` as a `arm64` binary on an `x86` Mac. Previous verbose logs showed: ``` ... – Downloading https://dl.google.com/android/repository/emulator-darwin_x64-10696886.zip ... – Downloading https://dl.google.com/android/repository/emulator-darwin_aarch64-10696886.zip ... ```
- Loading branch information