JakeWharton / sdk-manager-plugin

DEPRECATED Gradle plugin which downloads and manages your Android SDK.
Apache License 2.0
1.41k stars 132 forks source link

Windows backlashes local.properties #19

Closed necronet closed 10 years ago

necronet commented 10 years ago

I saw that when the local.properties is created in windows environment it set it up with one backslash instead of two

sdk.dir = C:\Users\Administrators\android-sdk

instead of

sdk.dir = C:\\Users\\Administrators\\android-sdk
JakeWharton commented 10 years ago

Excellent. Will fix! I'll take your word for it since I don't have a Windows box to test on (but I do remember the escaping horror from way back in the days that I did).

JakeWharton commented 10 years ago

07878b83f0371eb38c9ba9c5e77a00fdd6f0fe28

I'd appreciate if you could test on Windows. I uploaded a 0.9.2-SNAPSHOT to Sonatype's snapshot Maven repository.