Doubt ~ beginner on 2 android SDK's on the same pc

1

I downloaded Visual Studio and also installed android sdk, but the Android Studio IDE comes along with sdk, I've looked for Android SDK folders but there are many with the same name, such as installing Android Studio without generating problems?

Q: I apologize if this was an idiotic question

Acer Aspire E 15 Notebook, Windows 10

    
asked by anonymous 01.02.2018 / 20:12

1 answer

0

You can install Android Studio without any problem. There are two Android SDk brings no problems in working with Visual Studio or Android Studio.

However, it is preferable that both work with it. This will prevent you from having to download the same update twice to keep the SDK updated.

Both Visual Studio and Android Studio have the option to indicate the location of the Android SDK to use.

  • Visual Studio 2017
    Tools > Android > Android SDK Manager
    Android SDK Location

  • AndroidStudio3.0.1
    Tools>Android>SDKManager
    Appearance&Behavior>AndroidSDK
    AndroidSDKLocation

Note: How to reach Android SDK Location may vary depending on the version of the IDE

    
01.02.2018 / 22:19