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,879
  • 12
  • 36
  • 66

3 Answers3

0

you need to install the plugin for android in Eclipse

Stefano
  • 3,127
  • 2
  • 27
  • 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,646
  • 7
  • 53
  • 108
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.

Jonas Czech
  • 12,018
  • 6
  • 44
  • 65