sdk is not linking with andriod studio and i am not getting option of sdk manager in andrion studio

  • Replies:5
sridhar k
  • Forum posts: 3

Feb 11, 2016, 9:03:24 AM via Website

sdk is not linking with andriod studio and i am not getting option of sdk manager in andriod studio
can any one plz suggest me

Reply
sridhar k
  • Forum posts: 3

Feb 11, 2016, 9:23:40 AM via Website

this is the error i am getting

Reply
sridhar k
  • Forum posts: 3

Feb 11, 2016, 9:24:48 AM via Website

sridhar k

this is the error i am gettingimage

Reply
Vladimir S.
  • Forum posts: 266

Feb 12, 2016, 2:19:32 PM via Website

JDK and SDK are different things. You need to install Java Development Kit and Android's Software Development Kit to use Android Studio

Reply
Jasna Grgurevic
  • Forum posts: 15

Feb 13, 2016, 9:04:02 PM via Website

You messed up settings for your android studio..

Reply
David Smith
  • Forum posts: 32

Feb 16, 2016, 5:43:22 AM via Website

Hi..
You can do following:

1. Download SDK zip file from developer.android.com
2. Extract the zip file.
3. Copy and paste that extracted folder into Applications/Android Studio/
4. Open Android Studio. Go to: (Quick Start) / Configure / Project Defaults / Project Structure / 
      (Android SDK Location) and browse SDK folder.
5. Apply and save.

Hope it will help you.

Reply