2012-04-17 41 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 。它幫助了我。