我从网上下载的应用程序(日历) 的Android库 。
我试图编译它,但它给我的错误。
作为开发人员,有关存储库的第一条规则我的教训是这样的:
提交您的代码,如果它没有错误编译。
在编译,我得到这些错误:
Error:(38, -1) android-apt-compiler: [Calendar] C:\Dev\Calendar\res\layout\location_dropdown_item.xml:38: error: Error: No resource found that matches the given name (at 'textColor' with value '@drawable/list_item_font_primary').
Error:(46, -1) android-apt-compiler: [Calendar] C:\Dev\Calendar\res\layout\location_dropdown_item.xml:46: error: Error: No resource found that matches the given name (at 'textColor' with value '@drawable/list_item_font_secondary').
Error:(44, -1) android-apt-compiler: [Calendar] C:\Dev\Calendar\res\layout\recurrencepicker.xml:44: error: Error: No resource found that matches the given name (at 'background' with value '@color/white').
真的,所提到的XML文件是从绘制包丢失。 什么哟如意算盘:在这次提交检查?
我应该用什么来代替那些可绘制? 颜色黑色? 或者颜色红? 什么是解决这一问题的最佳方法是什么?
如果谷歌不符合标准的规定,谁呢?