APK 拡張ファイルで使用する既存のソース (Google Play ダウンローダー ライブラリ) から新しいプロジェクトを作成すると、プロジェクトが追加され、次の場所に多くのエラーが発生します。
- 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'.