Google Play Downloader Library errors

牧云@^-^@ 提交于 2019-12-12 03:12:53

问题


When I create a new project from existing source (Google play downloader library) to use with APK expansion files, the project is added with many errors in:

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

The library targetSdkVersion is 15

Adding the library to my project generates the following errors:

[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:


Try to delete values-v9. It's helped me.



来源:https://stackoverflow.com/questions/10198653/google-play-downloader-library-errors

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!