Franky
Franky

Reputation: 1176

How to find Android-SDK in Android Studio installation path

I've installed Android Studio 2.2.3 to use on Qt Creator for creating Android apps.

I followed the Docs of Qt until Setting Up the Development Environment part. At that page and under that section there is figure showing the locations of items to put there.

I've put the location of all other items (say, jdk-8u121-windows-x64, android-ndk-r13b-windows-x86_64) but con't fild any folder named Android-SDK in the Android Studio's path to locate and put its path to there. :(

How to find it please?

Upvotes: 1

Views: 3566

Answers (1)

Uwais A
Uwais A

Reputation: 737

In Android Studio: Go to Settings (on Windows this is Ctrl+Alt+S) then Appearance & Behavior > System Settings > Android SDK then near the top there is the Android SDK Location.

Upvotes: 2

Related Questions