1

I'm trying to compile the Android calendar project. But I have a few resource file errors, such as these attributes, saying that no resource match is found:

android:color="@color/done_text_color_disabled"
android:textColor="@drawable/list_item_font_primary"
android:textColor="@drawable/list_item_font_secondary"
android:background="@color/white"
android:textColor="@color/done_text_color"

I'm assuming I need some common Android resource library? Can I fix this without downloading a massive library? I checked and the docs seemed to be oriented towards Linux. I'm using WinXP (no haters).

-Mike

Mike
  • 632
  • 2
  • 7
  • 17
  • @android:color/_ for built in android colors – sihrc Feb 17 '14 at 00:55
  • 1
    here you will find your missing drawable and colors https://github.com/Timmmm/MMS/tree/master/res/drawable – mohammed momn Feb 17 '14 at 01:12
  • 1
    possible duplicate of [Google's Android repository code cannot be compiled](http://stackoverflow.com/questions/23856776/googles-android-repository-code-cannot-be-compiled) – bmaupin Aug 25 '14 at 13:16

0 Answers0