When I open Android SDK Manager from Android Studio, the SDK Path displayed is:
\\android-studio\\sdk
I want to change th
This may not be what you want, but being an eclipse user I had the same problem having duplicate sdk folders which were eating all my ssd space. Currently you can only change sdk path inside android studio project wide which is annoying. What I did instead was I copied all the previous android sdk files that I was using with eclipse to /Android Studio/sdk/
and then just changed the sdk path inside eclipse.
Now both android studio and eclipse are happy.