Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947350 - dev-util/android-studio-2024.2.1.12 android sharing agent missing
Summary: dev-util/android-studio-2024.2.1.12 android sharing agent missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mike Pagano
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-02 10:30 UTC by deim
Modified: 2025-01-03 17:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description deim 2025-01-02 10:30:32 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2025-01-03 17:28:04 UTC
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(+)