There's a closed pull request on the void-packages repository [WIP] android-studio: update to 2021.3.1.17. https://github.com/void-linux/void-packages/pull/41215 Description: #### Testing the changes - I tested the changes in this PR: **NO**. It does not currently work. #### Local build testing - I built this PR locally for my native architecture, (x86_64-glibc) When it builds the package it outputs ``` => android-studio-2021.3.1.17_1: running pre-pkg hook: 999-collected-rdeps ... alsa-lib>=1.0.20_1 bzip2>=1.0.5_1 freetype>=2.12.1_1 glib>=2.74.0_1 glibc>=2.36_1 libGL>=0 libX11>=1.2_1 libXext>=1.0.5_1 libXi>=1.2.1_1 libXrender>=0.9.4_1 libXtst>=1.0.3_1 libcxx>=3.4_1 libedit>=20130712.3.1_1 libgcc>=4.4.0_1 libstdc++>=4.4.0_1 musl>=1.1.24_7 ncurses-libs>=6.0_1 openjdk8-jre>=8u20_1 sqlite>=3.38.0_1 zlib>=1.2.3_1 ``` (note the musl dependency, which is wrong). Then when I try to install the package I get: ``` $ xi android-studio [*] Updating repository `https://repo-default.voidlinux.org/current/x86_64-repodata' ... MISSING: musl>=1.1.24_7 Transaction aborted due to unresolved dependencies. ```