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? Thank you. Best Regards, Tsuyoshi Ozawa --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

