Error while running Calendar project

前端 未结 3 1438
栀梦
栀梦 2020-12-06 11:50

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

相关标签:
3条回答
  • 2020-12-06 12:20

    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

    0 讨论(0)
  • 2020-12-06 12:33

    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/

    0 讨论(0)
  • 2020-12-06 12:40

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

    0 讨论(0)
提交回复
热议问题