I am studying Android and I am having a little problem. My mistake is I used eclipse to install/download some of the Android SDK. And I want to move to Android Studio but how can I use my downloaded android sdk in Eclipse?
Asked
Active
Viewed 70 times
0
-
1this is what you looking for: http://stackoverflow.com/questions/16581752/android-studio-how-to-change-android-sdk-path – nikk Jan 21 '16 at 05:20
-
android studio would automatically detect the existing sdk from your machine I guess or will ask you to locate the sdk. If it does not work, go to file->Appearance & Behavior -> System Settings -> Android SDK and then change it to your desired location – Yogesh Patel Jan 21 '16 at 05:31
1 Answers
1
You can set the downloaded sdk folder path here: File->Settings->Android SDK(in left side of the window)-> Android SDK location(in top of window)

Hari Krishnan
- 5,992
- 9
- 37
- 55