SDKツールをr12に更新してから、既存のプロジェクト(コードの変更がゼロ)がaapt生成中に次のように失敗するようになりました。
[情報]C:\ Dev \ Android-sdk \ platform-tools \ aapt.exe [パッケージ、-m、-J、C:\ Source \ android \ Jumblee \ target \generated-sources \ r、-M、C: \ Source \ android \ Jumblee \ target \ filtered-manifest \ AndroidManifest.xml、-S、C:\ Source \ android \ Jumblee \ target \generated-sources \ Combined-resources \ res、--auto-add-overlay、-私、C:\ Dev \ Android-sdk \ platform \ android-10 \ android.jar]
[情報]C:\ Source \ android \ Jumblee \ target \generated-sources \ Combined-resources \ res \ values \ theme.xml:16:エラー:アイテムの親の取得中にエラーが発生しました:指定された名前に一致するリソースが見つかりません'@ android:style/WindowTitle。
リソースファイルの関連する行は次のとおりです。
<!-- Set the theme for the window title -->
<!-- NOTE: setting android:textAppearance to style defined above --
<style name="CustomWindowTitle" parent="@android:style/WindowTitle">
<item name="android:textAppearance">@style/CustomWindowTitleText</item>
</style>
誰かが似たようなものに見えますか?または、wtfが進行中であることをまだよく知っていますか?