Google Play下载程序库错误

时间:2012-04-17 20:30:15

标签: android android-library expansion-files

当我从现有来源(Google Play下载程序库)创建一个新项目以用于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'.

1 个答案:

答案 0 :(得分:0)

尝试删除值-v9。这对我很有帮助。