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
I ran the commands from #613 comments , used adb push to copy the scrcpy-server-1.24 into my emulator, forwarded the port and
ran the classpath command. But it shows that the client and server version doesn't match which isn't the case. I'm using scrcpy v1.24 and downloaded the prebuilt scrcpy-server v1.24. My OS: Ubuntu 20.04. What should I do?
[server] ERROR: Exception on thread Thread[main,5,main]
java.lang.IllegalArgumentException: The server version (1.24) does not match the client (0)
at com.genymobile.scrcpy.Server.createOptions(Server.java:167)
at com.genymobile.scrcpy.Server.main(Server.java:331)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:340)
The text was updated successfully, but these errors were encountered:
I ran the commands from #613 comments , used adb push to copy the scrcpy-server-1.24 into my emulator, forwarded the port and
ran the classpath command. But it shows that the client and server version doesn't match which isn't the case. I'm using scrcpy v1.24 and downloaded the prebuilt scrcpy-server v1.24. My OS: Ubuntu 20.04. What should I do?
The text was updated successfully, but these errors were encountered: