Install existing sdk path for Android to eclipse

I previously used eclipse Helios to develop Android applications, but now I have switched to eclipse kepler. So now I want to use my existing Android sdk file, which will be used in eclipse kepler. I read a lot of streams, but they say go to window -> Vista -> select Android. The problem is that I do not see the Android option in the tab list. So pls tell me how can I set the path to android sdk folder in eclipse kepler.

+6
source share
2 answers

First you need to install ADT in Eclipse .

This usually installs everything, but if not, the option is in the window → Settings → Android → Location SDK.

+7
source

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

Eclipse-> Window-> Preferences-> select Android from the menu on the left → . There you will see an option to set the SDK path

Screenshot below:

Setting SDK Path Screenshot

+3
source

Source: https://habr.com/ru/post/970829/


All Articles