我有两个模块:我的应用程序模块,我想使用Android 2.3 平台编译,以及 ActionBarSherlock 库模块,它必须使用Android 4.0 平台编译。当我以这种方式设置项目结构并运行应用程序(并且 ActionBarSherlock 设置为我的模块的依赖项)时 - IDEA 尝试使用 2.3 API 编译所有内容,并显示如下错误:
android-apt-compiler: action-bar-sherlock\res\values-v14\abs__themes.xml:32: error: Error retrieving parent for item: No resource found that match the given name 'android:Theme.Holo.Light.Dialog '
如何正确设置 IDEA?