Tsuyoshi Ozawa wrote:
> Hello,
> 
> I tried to build the default app "Contacts", but I couldn't.
> What I tried is as follows:
> 
> 1. Download source code from Android repository.
> $ git clone git://android.git.kernel.org/platform/packages/apps/Contacts.git
> 
> 2. Import source code.
> In eclipse,
> [File] > [Android Project] > [Create project from existing sources...]
> 
> 3. Build.
> It's done when I use eclipse :D
> And the result is as follows:
> 
> [2009-08-22 06:43:52 - DialtactsActivity] /Users/ozawa/workspace/
> Contacts/res/layout-finger/dialpad.xml:51: ERROR No resource
> identifier found for attribute 'contentDescription' in package
> 'android'
> [2009-08-22 06:43:52 - DialtactsActivity] /Users/ozawa/workspace/
> Contacts/res/layout-finger/dialpad.xml:60: ERROR No resource
> identifier found for attribute 'contentDescription' in package
> 'android'
> [2009-08-22 06:43:52 - DialtactsActivity] /Users/ozawa/workspace/
> Contacts/res/layout-finger/dialpad.xml:69: ERROR No resource
> identifier found for attribute 'contentDescription' in package
> 'android'
> [2009-08-22 06:43:52 - DialtactsActivity] /Users/ozawa/workspace/
> Contacts/res/layout-finger/dialpad.xml:78: ERROR No resource
> identifier found for attribute 'contentDescription' in package
> 'android'
> [2009-08-22 06:43:52 - DialtactsActivity] /Users/ozawa/workspace/
> Contacts/res/layout-finger/dialpad.xml:87: ERROR No resource
> identifier found for attribute 'contentDescription' in package
> 'android'
> [2009-08-22 06:43:52 - DialtactsActivity] /Users/ozawa/workspace/
> Contacts/res/layout-finger/dialpad.xml:96: ERROR No resource
> identifier found for attribute 'contentDescription' in package
> 'android'
> [2009-08-22 06:43:52 - DialtactsActivity] /Users/ozawa/workspace/
> Contacts/res/layout-finger/dialpad.xml:105: ERROR No resource
> identifier found for attribute 'contentDescription' in package
> 'android'
> [2009-08-22 06:43:52 - DialtactsActivity] /Users/ozawa/workspace/
> Contacts/res/layout-finger/dialpad.xml:114: ERROR No resource
> identifier found for attribute 'contentDescription' in package
> 'android'
> [2009-08-22 06:43:52 - DialtactsActivity] /Users/ozawa/workspace/
> Contacts/res/layout-finger/dialpad.xml:123: ERROR No resource
> identifier found for attribute 'contentDescription' in package
> 'android'
> [2009-08-22 06:43:52 - DialtactsActivity] /Users/ozawa/workspace/
> Contacts/res/xml/searchable.xml:21: ERROR No resource identifier found
> for attribute 'includeInGlobalSearch' in package 'android'
> [2009-08-22 06:43:52 - DialtactsActivity] /Users/ozawa/workspace/
> Contacts/res/xml/searchable.xml:21: ERROR No resource identifier found
> for attribute 'searchSettingsDescription' in package 'android'
> [2009-08-22 06:43:52 - DialtactsActivity] Unknown error:
> 
> SDK version which I'm using is 1.5-rc2.
> Could you tell me how to build it correctly?

You cannot build the Contacts application with only the SDK. You need to
build it as part of building the firmware, in the form of the rest of
the Android source code.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Need help for your Android OSS project? http://wiki.andmob.org/hado

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to