0

I am trying to import an android project in Eclipse but when I go to File->Import->** Android ** there is no Android tab. Further I should click on Android->Existing Android Code. Why don't I have an Android tab in Import?

Here is a screenshot:

Rami
  • 7,769
  • 11
  • 34
  • 66

3 Answers3

0

you need to install the plugin for android in Eclipse

Stefano
  • 3,017
  • 2
  • 26
  • 33
0

You need ADT plugin.

Install ADT plugin in Eclipse

https://marketplace.eclipse.org/content/android-adt-extentions

Also check this:

http://developer.android.com/tools/help/adt.html

Important: Support for the Android Developer Tools (ADT) in Eclipse has ended, per our announcement. You should migrate your app development projects to Android Studio as soon as possible..

Community
  • 1
  • 1
ʍѳђઽ૯ท
  • 16,177
  • 7
  • 51
  • 106
0

You should use Android Studio instead of Eclipse. Googe no longer supports Eclipse as a supported IDE for Android, and they suggest switching to Android Studio.

JonasCz
  • 11,660
  • 6
  • 43
  • 64