mmin18 / LayoutCast

Cast android code and resource changes to the running application through ADB.
1.71k stars 173 forks source link

Problem with PATH in windows #69

Closed onolox closed 8 years ago

onolox commented 8 years ago

Hi, in Windows the PATH is made with \, like: C:\user\something. Not / The intellij plugin tries to use / to find the folder "platform-tools". It ends with:

C:\Users\user\AppData\Local\Android\sdk/platform-tools

Can you fix it?