You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi . I deployed app from android studio to my device. When ı tryed connect to another device from app , ı can see only black screen . It's my debug console output.
W/System.err: java.net.SocketException: Broken pipe
W/System.err: at java.net.SocketOutputStream.socketWrite0(Native Method)
W/System.err: at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
W/System.err: at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
W/System.err: at java.io.DataOutputStream.write(DataOutputStream.java:107)
W/System.err: at org.las2mile.scrcpy.Scrcpy.startConnection(Scrcpy.java:165)
W/System.err: at org.las2mile.scrcpy.Scrcpy.access$000(Scrcpy.java:29)
W/System.err: at org.las2mile.scrcpy.Scrcpy$1.run(Scrcpy.java:73)
W/System.err: at java.lang.Thread.run(Thread.java:764)
The text was updated successfully, but these errors were encountered:
Hi . I deployed app from android studio to my device. When ı tryed connect to another device from app , ı can see only black screen . It's my debug console output.
The text was updated successfully, but these errors were encountered: