It's this parent reference here: <style name="CustomWindowTitle" parent="android:WindowTitle">
The canonical syntax, I believe, would be: <style name="CustomWindowTitle" parent="@android:style/WindowTitle"> -- Kostya 18.07.2011 22:03, teo2k пишет:
Same here... Can't figure out why On Jul 18, 3:16 pm, William Ferguson<[email protected]> wrote:Since updating my SDK to r12, an existing project (with zero code changes) now fails during aapt generation with: [INFO] C:\Dev\Android-sdk\platform-tools\aapt.exe [package, -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, -I, C:\Dev\Android-sdk\platforms \android-10\android.jar] [INFO] C:\Source\android\Jumblee\target\generated-sources\combined- resources\res\values\theme.xml:16: error:Error retrieving parent foritem: No resource found that matches the given name 'android:WindowTitle'. The relevant lines from the resource file are: <!-- Set the theme for the window title --> <!-- NOTE: settingandroid:textAppearance to style defined above -- <style name="CustomWindowTitle" parent="android:WindowTitle"> <item name="android:textAppearance">@style/ CustomWindowTitleText</item> </style> Has anyone seem something similar? Or better still know wtf is going on? William
-- Kostya Vasilyev -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

