telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

fix: android livesync to Android P devices on Windows machines #1136

Closed KristianDD closed 6 years ago

KristianDD commented 6 years ago

On Windows machines we were sending Windows style paths to adb mkdir which resulted in Read-only file system error from adb. The reason for that behavior is that when executed on Windows machines path normalize uses the Windows style path separator.