0

i install ADT in eclipse and when eclipse restart itself i see no changes in eclipse.

i cant see any android icon in eclipse and i dont know what is wrong.

thanks for help.

AmRzA
  • 190
  • 11

1 Answers1

0

In eclipse go to Window-->Preferences select Android
Check if the sdk location is set correctly.
Eg, the path of sdk should be set to

home/..(your path)../adt-bundle-linux-x86_64-20140702/sdk

the location of the platform-tools directory.

Mohammed Ali
  • 2,758
  • 5
  • 23
  • 41
  • open Wndow-->Open Perspective-->Other select Java(default). Is this set? otherwise check this link it might help (http://stackoverflow.com/questions/14504325/cant-get-android-sdk-manager-to-open?rq=1) – Mohammed Ali Oct 19 '14 at 08:33