there is a sharing agent remove in ebuild: rm "${S}"/plugins/android/resources/screen-sharing-agent/{arm64-v8a,armeabi-v7a,x86}/* it prevents from mirroring connected Android device in android-studio Reproducible: Always Steps to Reproduce: 1. upgrade to dev-util/android-studio-2024.2.1.12 2. enable Android developer debugging 3. connect Android device to PC 4. click on Mirror in Device List Actual Results: Error can't init sharing agent Expected Results: Functional mirroring copy file from source package solved problem. tar -xvf /var/cache/distfiles/android-studio-2024.2.1.12-linux.tar.gz android-studio/plugins/android/resources/screen-sharing-agent/arm64-v8a/libscreen-sharing-agent.so
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3fdb058cd122021081dc35a25b847115e1971d commit 6d3fdb058cd122021081dc35a25b847115e1971d Author: Mike Pagano <mpagano@gentoo.org> AuthorDate: 2025-01-03 17:27:27 +0000 Commit: Mike Pagano <mpagano@gentoo.org> CommitDate: 2025-01-03 17:27:27 +0000 dev-util/android-studio: Restore screen-sharing-agent Closes: https://bugs.gentoo.org/947350 Signed-off-by: Mike Pagano <mpagano@gentoo.org> .../android-studio-2024.2.1.12-r1.ebuild | 141 +++++++++++++++++++++ 1 file changed, 141 insertions(+)