Luke
Luke

Reputation: 527

How to use the same SDK for Android Studio and Eclipse (MAC version)

My Sdk is on Android studio. I tried to select this repository in eclipse: /applications/Android Studio.app/sdk , but i haven't the effects that i hoped. How can i do this?

Upvotes: 1

Views: 1790

Answers (2)

webo80
webo80

Reputation: 3393

Just checked on my computer. You can point eclipse to use Android Studio's SDK, check your path, must be exactly:

my eclipse config

NOTE: This is applicable to Android Studio versions prior to 1.0, now the Android SDk is located outside Android Studio.app

Upvotes: 1

Chit Ya Aung
Chit Ya Aung

Reputation: 11

/Users/xxxx/Library/Android/sdk

-OR-

  1. Open android studio
  2. Config > SDK Manager
  3. Copy path in "SDK Path:" TextBox and paste in Eclipse's preferences > Android > "SDK Location" (Press "Apply")

Upvotes: 1

Related Questions