Error when importing com.google, com.android.internal.Telephony, etc.
Posted
by
psyhclo
on Stack Overflow
See other posts from Stack Overflow
or by psyhclo
Published on 2011-01-11T01:49:12Z
Indexed on
2011/01/11
1:53 UTC
Read the original article
Hit count: 667
Hey, I've downloaded the android source code for CallLog, Contacts, Dialing in this link http://android.git.kernel.org/?p=platform/packages/apps/Contacts.git;a=tree
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.
Thanks.
© Stack Overflow or respective owner