3

I downloaded the android source code for callLog UI for the Contacts, Call log, and Dialer applications using this link https://android.googlesource.com/platform/packages/apps/Contacts/

Now, I want to use it on eclipse. But when I try to import the project,it says it didnt found the project. Then I tried to set all the configurations manually, but it show a lot of errors with the importing, the AndroidManifest.xml, with the R.java, etc.

So is there any way of import this directly as a project to eclipse?

Thanks.

Flow
  • 23,572
  • 15
  • 99
  • 156
rogcg
  • 10,451
  • 20
  • 91
  • 133
  • Please expand URL shortened link. –  Jul 25 '11 at 16:53
  • Possible duplicate of [How to import existing Android project into Eclipse?](http://stackoverflow.com/questions/2231474/how-to-import-existing-android-project-into-eclipse) – Flow Jan 03 '17 at 17:31

2 Answers2

4

File->New Project ->Android Project

In the dialog, choose the option "Existing Project" and put the path to the project root path. This always works for me.

Aliostad
  • 80,612
  • 21
  • 160
  • 208
3

With adt-20131030 it's File-->New-->Project...-->Android-->Android Project from Existing Code. Then put the path to the project root path.

rwst
  • 2,515
  • 2
  • 30
  • 36