导入 com.google、com.android.internal.Telephony 等时出错
我从此处下载了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您确定已正确设置 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.
尝试右键单击项目资源管理器中的解决方案/项目,然后选择底部附近的“修复”。
Try right clicking the solution / project in the project explorer and choose "fix" near the bottom.