scrcpy 1.25 <https://github.com/Genymobile/scrcpy>
/usr/share/scrcpy/scrcpy-server: 1 file pushed, 0 skipped. 192.1 MB/s (41650 bytes in 0.000s)
[server] INFO: Device: redroid redroid14_arm64_only (Android 14)
[server] ERROR: Could not invoke method
java.lang.NoSuchMethodException: android.content.IClipboard$Stub$Proxy.addPrimaryClipChangedListener [interface android.content.IOnPrimaryClipChangedListener, class java.lang.String, class java.lang.String, int]
at java.lang.Class.getMethod(Class.java:2937)
at java.lang.Class.getMethod(Class.java:2449)
at com.genymobile.scrcpy.wrappers.ClipboardManager.getAddPrimaryClipChangedListener(ClipboardManager.java:128)
at com.genymobile.scrcpy.wrappers.ClipboardManager.addPrimaryClipChangedListener(ClipboardManager.java:138)
at com.genymobile.scrcpy.Device.<init>(Device.java:100)
at com.genymobile.scrcpy.Server.scrcpy(Server.java:64)
at com.genymobile.scrcpy.Server.main(Server.java:334)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:359)
INFO: Renderer: opengl
INFO: OpenGL version: 4.6 (Compatibility Profile) Mesa 24.0.9-0ubuntu0.1
INFO: Trilinear filtering enabled
INFO: Initial texture: 720x1280
make sure the required kernel modules present确保必须的内核功能已开启(ZH_CN)
[ ] grep binder /proc/filesystems
[ ] grep ashmem /proc/misc (optional)
Collect debug logs收集调试日志(ZH_CN)curl -fsSL https://raw.githubusercontent.com/remote-android/redroid-doc/master/debug.sh | sudo bash -s -- [CONTAINER]
omit CONTAINER if not exist any more.
如容器已退出,可忽略CONTAINER参数(ZH_CN)
Screenshots截图(ZH_CN)
If applicable, add screenshots to help explain your problem.
Describe the bug 请详细描述问题(ZH_CN) A clear and concise description of what the bug is. I use
to run andorid and then use
But I get
make sure the required kernel modules present 确保必须的内核功能已开启(ZH_CN)
grep binder /proc/filesystems
grep ashmem /proc/misc
(optional)Collect debug logs 收集调试日志(ZH_CN)
curl -fsSL https://raw.githubusercontent.com/remote-android/redroid-doc/master/debug.sh | sudo bash -s -- [CONTAINER]
omit CONTAINER if not exist any more. 如容器已退出,可忽略CONTAINER参数(ZH_CN)Screenshots 截图(ZH_CN) If applicable, add screenshots to help explain your problem.