Skip to content Skip to sidebar Skip to footer

Error While Running Calendar Project

I have downloaded calendar project from https://github.com/android/platform_packages_apps_calendar and now I'm trying to run that project. I imported the project to eclipse via new

Solution 1:

You may to add the following dependencies as well.

https://android.googlesource.com/platform/frameworks/ex/

https://android.googlesource.com/platform/frameworks/opt/colorpicker/

https://android.googlesource.com/platform/frameworks/opt/calendar/

https://android.googlesource.com/platform/frameworks/opt/datetimepicker/

https://android.googlesource.com/platform/frameworks/opt/timezonepicker/

Solution 2:

I was able to build the AOSP Android calendar.

Ye Lin Aung give you almost all the neccesary, but you will need also "chips" library. This library is not included in the last master aosp necessary packages , but its in their repository in the old versions.

You can find the neccesary libraries in the next repository:

https://gitlab.com/Purcallas/AOSPCalendarExtensions/tree/master

Or in the Google repository (as say Ye) you can find chips and common values: https://android.googlesource.com/platform/frameworks/ex/+/ics-mr1

Solution 3:

remove all the library from here and import each and every one in your project workspace and then after add the library.

Post a Comment for "Error While Running Calendar Project"