I'm trying to import this project in Android Studio 1.0.1
https://github.com/android/platform_packages_apps_contacts
When I build the app it shows these two errors:
* Error:Execution failed for task ':app:mergeDebugResources'.
* C:\Users\vinz\AndroidStudioProjects\platform_packages_apps_contacts-master\app\src\main\res\values\strings.xml: Error: Found item String/photoPickerNotFoundText more than one time
I wonder what's wrong in this source code provided by Google. I've tried removing the string IDs and also changing the names but nothing's working at all.