How to import the source code of an Android application project into Eclipse?

I downloaded the Android source code for the callLog interface for contacts, call log and Dialer apps 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, he says that he did not find the project. Then I tried to install all the configurations manually, but it shows a lot of errors with import, AndroidManifest.xml, with R.java, etc.

So, is there a way to import directly as an eclipse project?

Thank.

+3
source share
2 answers

File-> New Project → Android Project

" " . .

+4

adt-20131030 → → ...-- > Android → Android . .

+3

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


All Articles