Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E/Device: Error during Sync: Local path doesn't exist. #20

Open
AVTurovskiy opened this issue Sep 1, 2020 · 0 comments
Open

E/Device: Error during Sync: Local path doesn't exist. #20

AVTurovskiy opened this issue Sep 1, 2020 · 0 comments

Comments

@AVTurovskiy
Copy link

When i try to start session with my device:
image

and in console this:

canvas size: 486,864
2020-09-01 13:20:26,108  INFO (com.cxplan.projection.ui.DeviceImageFrame:1006) - Frame size is changed:[502x963]
01:20:26 E/Device: Error during Sync: Local path doesn't exist.
2020-09-01 13:20:26,747 ERROR (com.cxplan.projection.ui.DeviceImageFrame:247) - Local path doesn't exist.
java.lang.RuntimeException: Local path doesn't exist.
        at com.cxplan.projection.service.ControllerInfrastructureService.installMainProcess(ControllerInfrastructureService.java:66)
        at com.cxplan.projection.ui.DeviceImageFrame.installMainPackage(DeviceImageFrame.java:245)
        at com.cxplan.projection.ui.DeviceImageFrame.access$12(DeviceImageFrame.java:241)
        at com.cxplan.projection.ui.DeviceImageFrame$4.run(DeviceImageFrame.java:225)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: com.android.ddmlib.InstallException: Local path doesn't exist.
        at com.android.ddmlib.Device.installPackage(Device.java:894)
        at com.cxplan.projection.service.ControllerInfrastructureService.installMainProcess(ControllerInfrastructureService.java:64)
        ... 8 more
Caused by: com.android.ddmlib.SyncException: Local path doesn't exist.
        at com.android.ddmlib.SyncService.pushFile(SyncService.java:398)
        at com.android.ddmlib.Device.syncPackageToDevice(Device.java:928)
        at com.android.ddmlib.Device.installPackage(Device.java:884)
        ... 9 more
2020-09-01 13:20:52,686  WARN (com.cxplan.projection.ui.DeviceImageFrame:956) - The thread of showing image is interrupted.
canvas size: 486,864
2020-09-01 13:20:58,547  INFO (com.cxplan.projection.ui.DeviceImageFrame:1006) - Frame size is changed:[502x963]
01:20:59 E/Device: Error during Sync: Local path doesn't exist.
2020-09-01 13:20:59,174 ERROR (com.cxplan.projection.ui.DeviceImageFrame:247) - Local path doesn't exist.
java.lang.RuntimeException: Local path doesn't exist.
        at com.cxplan.projection.service.ControllerInfrastructureService.installMainProcess(ControllerInfrastructureService.java:66)
        at com.cxplan.projection.ui.DeviceImageFrame.installMainPackage(DeviceImageFrame.java:245)
        at com.cxplan.projection.ui.DeviceImageFrame.access$12(DeviceImageFrame.java:241)
        at com.cxplan.projection.ui.DeviceImageFrame$4.run(DeviceImageFrame.java:225)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: com.android.ddmlib.InstallException: Local path doesn't exist.
        at com.android.ddmlib.Device.installPackage(Device.java:894)
        at com.cxplan.projection.service.ControllerInfrastructureService.installMainProcess(ControllerInfrastructureService.java:64)
        ... 8 more
Caused by: com.android.ddmlib.SyncException: Local path doesn't exist.
        at com.android.ddmlib.SyncService.pushFile(SyncService.java:398)
        at com.android.ddmlib.Device.syncPackageToDevice(Device.java:928)
        at com.android.ddmlib.Device.installPackage(Device.java:884)
        ... 9 more
2020-09-01 13:21:04,250  WARN (com.cxplan.projection.ui.DeviceImageFrame:956) - The thread of showing image is interrupted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant