When I open Android SDK Manager from Android Studio, the SDK Path displayed is:
\\android-studio\\sdk
I want to change th
Above answers are pretty correct, but some times Android Studio, does not like to refresh after SDK path change, a quick solution is to make some change in you Build file, and click on Sync. It will refresh you project.
Happy coding... :)