Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经从 android master 分支下载了 android 源代码。我按照网站上给出的程序来构建它。当我从终端运行它时,一切都很好,没有错误。当我按照程序导入这个时,我 eclipse 它给我抛出了大约 2000 个错误,这些错误基本上包括 IRemoteService cannot be resolved, IRemoteServiceCallback cannot be resolved. 有没有人遇到过同样的问题?
IRemoteService cannot be resolved
IRemoteServiceCallback cannot be resolved.
之前在 StackOverflow 上已经提出过这个错误 - 试试这个线程,看看它是否有帮助:
编译和运行 ApiDemos
否则,查看您的代码或指向您正在使用的站点的链接以尝试重现错误并提供更具体的答案会很有帮助。我的第一个想法是你的构建路径在你的项目属性中存在一些问题,它没有找到合适的库。