我正在尝试将图书馆计划(https://github.com/inmite/android-styled-dialogs)添加到我的Android Studio项目中。
但是我得到以下构建错误,因为我的构建无法引用Android样式对话框LibraryProject中的值
android-apt-compiler: [NavigationDrawer] /Users/Jase/Downloads/NavigationDrawer/res/values-v11/themes_apptheme.xml:23: error: Error retrieving parent for item: No resource found that matches the given name 'DialogStyleLight'.
android-apt-compiler: [NavigationDrawer] /Users/Jase/Downloads/NavigationDrawer/res/values-v11/themes_apptheme.xml:30: error: Error: No resource found that matches the given name: attr 'buttonBackgroundColorNormal'.
android-apt-compiler: [NavigationDrawer] /Users/Jase/Downloads/NavigationDrawer/res/values-v11/themes_apptheme.xml:29: error: Error: No resource found that matches the given name: attr 'buttonSeparatorColor'.
....
我对Gradle一无所知,但我觉得我可能需要告诉构建引用Android风格的对话框。我不知道我完全失去了......
PS:当我使用Android-Styled-Dialogs的演示项目创建一个新的android工作室项目时,它创建了以下mavin文件...我在其他项目中没有 - https://gist.github.com/anonymous/8207108
我对Java构建系统一无所知,请帮忙