I already have the latest android sdk with all platforms/sources/etc downloaded.
How can i tell Android Studio to use an existing android sdk without moving it to andr
Follow this:
Hope this helps.
In Android Studio
Go to
File -> project Structure into Project Structure
Left -> SDK Location
SDK location select Android SDK location (old version use Press +, add another sdk)
How you do it without having to download another 1GB android sdk:
While installing Android Studio, you have an option to install Custom or Standard.
Choose Custom, and then set the location of your android SDK to where your SDK currently resides.
A red message will appear saying that an existing SDK installation was detected and that only outdated and missing plugins will be installed.
:)
Go to Configure > Project Defaults > Project Structure. There is a setting: SDK Location.
Changing that will make AS use the specified SDK (instead of the one it comes with) for all your projects.