2012-04-17 56 views
0

当我从现有源的新项目(谷歌播放下载库)与APK扩展文件使用,该项目被添加了许多错误的:谷歌播放下载档案库错误

  • DownloaderClientMarshaller.java
  • DownloaderServiceMarshaller.java
  • DownloadProgressInfo.java
  • DownloaderService.java
  • DownloadNotification.java
  • V11CustomNotification.java
  • V3CustomNotification.java

图书馆targetSdkVersion是15

将库添加到我的项目生成以下错误:

[2012-04-17 23:03:54 - Atlas] D:\Programming\android sdk\android-sdk-windows\extras\google\play_apk_expansion\downloader_library\res\values-v9\styles.xml:3:  error: Error retrieving parent for item: No resource found that matches the given name  'android:TextAppearance.StatusBar.EventContent'. 

[2012-04-17 23:03:54 - Atlas] D:\Programming\android sdk\android-sdk-windows\extras\google\play_apk_expansion\downloader_library\res\values-v9\styles.xml:4:  error: Error retrieving parent for item: No resource found that matches the given name  'android:TextAppearance.StatusBar.EventContent.Title'. 

回答

0

尝试删除值-V9 。它帮助了我。