导入 com.google、com.android.internal.Telephony 等时出错

发布于 2024-10-11 05:14:35 字数 763 浏览 2 评论 0原文

我从此处下载了 CallLog、Contacts、Dialing 的 Android 源代码。

但现在,当我尝试在 Eclipse 上导入这个包时,导入如下:

com.google, com.android.internal.电话, com.android.internal.R, com.google.android.collect, android.provider.ContactsContract.Intents.UI, android.provider.ContactsContract.SearchSnippetColumns, android.provider.ContactsContract.ProviderStatus, android.provider.ContactsContract.ContactCounts, android.content.IContentService, android.provider.ContactsContract.Intents.UI

和许多其他导入,显示错误,指出它无法解析

所以我的问题是,为什么它显示这个错误?为什么我不能在没有这个错误的情况下实现它?我使用 Google API,我从现有源代码创建了该项目,但我不知道为什么会发生这种情况。

I've downloaded the android source code for CallLog, Contacts, Dialing from here.

But now, when I try to import this package on Eclipse, imports like:

com.google,
com.android.internal.Telephony,
com.android.internal.R,
com.google.android.collect,
android.provider.ContactsContract.Intents.UI,
android.provider.ContactsContract.SearchSnippetColumns,
android.provider.ContactsContract.ProviderStatus,
android.provider.ContactsContract.ContactCounts,
android.content.IContentService,
android.provider.ContactsContract.Intents.UI

And many other imports, show errors saying it cannot be resolved.

So my question is, why it shows this errors? Why I cant implement it without this errors? I use the Google APIs, I've created the project from an existing source code, but I dont know why this happens.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

中二柚 2024-10-18 05:14:35

如果您确定已正确设置 Android SDK,则应尝试“清理”您的 Eclipse 项目。

这通常可以为我解决 Eclipse 中与导入相关的错误。

If you're sure that you have set up the Android SDK correctly, you should try to 'clean' your Eclipse project.

This usually solves import related errors in Eclipse for me.

樱娆 2024-10-18 05:14:35

尝试右键单击项目资源管理器中的解决方案/项目,然后选择底部附近的“修复”。

Try right clicking the solution / project in the project explorer and choose "fix" near the bottom.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文