I am trying to build following CyanogenMod (can be found here) projects:
- android_packages_apps_Contacts
- android_packages_apps_ContactsCommon
- android_packages_apps_Calendar
- android_packages_providers_ContactsProvider
- android_packages_providers_CalendarProvider
I'm using AndroidStudio. Downloaded and imported the projects. Changing the Android SDK versions with no result.
The errors are as follows:
- Error:(37, 33) java: package com.google.common.collect does not exist
- Error:(23, 25) java: package com.android.vcard does not exist
- Error:(134, 6) java: cannot find symbol symbol: class VisibleForTesting location: class com.android.contacts.common.util.SearchUtil
How can I build these projects? Do I need some other libriaries? Maybe I need to use CyanogenMod libriaries instead of Android SDK?
Here is the detailed info.