Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set existing android sdk path to eclipse

I was previously using eclipse Helios for android apps development but now I have switched to eclipse kepler. So what I want now is to use my existing android sdk to be used in eclipse kepler. I have read many thread but they say go to window --> Perspective --> select Android. The problem is I can not see android option in a list of tabs. So pls tell me how can I set path of android sdk folder in eclipse kepler.

like image 773
Vikalp Avatar asked Jun 14 '14 07:06

Vikalp


2 Answers

First, you need to install ADT in Eclipse.

That generally sets everything up, but if not, the setting is in Window -> Preferences -> Android -> SDK Location.

like image 53
matiash Avatar answered Oct 16 '22 12:10

matiash


I tried this in Eclipse Kepler and below worked for me:

Eclipse->Window->Preferences-> select Android from left hand menu-> There you should see option to set SDK path

Check below screenshot:

Setting SDK Path Screenshot

like image 3
Jubin Soni Avatar answered Oct 16 '22 13:10

Jubin Soni