Import Android source code into eclipse

I downloaded the Android source code from the main Android branch. I followed the procedure given on the website to create it. When I run it from the terminal, everything builds perfectly without errors. When I followed the procedure to import it, I eclipse it, it throws me about 2000 error errors mainly include IRemoteService cannot be resolved and IRemoteServiceCallback cannot be resolved. Has anyone encountered the same problems?

+4
source share
1 answer

This error was suggested earlier in StackOverflow - try this thread and see if it helps:

Compiling and Running ApiDemos

Otherwise, it would be useful to see your code, or perhaps a link to the site you are using, to try to reproduce the error and provide more specific answers. My first thoughts were that your build path had some problems in your project properties, that it does not find the appropriate libraries.

0
source

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


All Articles