I managed to fix it by replacing the platform-tools_r06 with platform-
tools_r05

It's not a proper fix, but it works for now

http://dl.google.com/android/repository/platform-tools_r05-linux.zip
http://dl.google.com/android/repository/platform-tools_r05-macosx.zip
http://dl.google.com/android/repository/platform-tools_r05-windows.zip

Just unzip the content into the platform-tools directory


On Jul 19, 8:20 am, William Ferguson <william.ferguson...@gmail.com>
wrote:
> Hmm, @android:style/WindowTitle doesn't work either.
>
> [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\res, --auto-add-overlay, -I, C:\Dev\Android-sdk
> \platforms\android-10\android.jar]
> [INFO] C:\Source\android\Jumblee\res\values\theme.xml:16: error: Error
> retrieving parent for item: No resource found that matches the given
> name '@android:style/WindowTitle'.
>
> <style name="CustomWindowTitle" parent="@android:style/WindowTitle">
>     <item name="android:textAppearance">@style/CustomWindowTitleText</
> item>
> </style>
>
> Any other ideas?
>
> On Jul 19, 8:07 am, Kostya Vasilyev <kmans...@gmail.com> wrote:
>
>
>
>
>
>
>
> > 19.07.2011 2:00, William Ferguson пишет:
>
> > > Thanks Kostya, Xavier.
> > > I'll give that a whirl tonight.
>
> > > Is there a good reference anywhere about the right way to reference
> > > and handle styles?
>
> > There is this:
>
> >http://developer.android.com/guide/topics/ui/themes.html
>
> > And.... personally, I like looking at styles / themes / attrs.xml in the
> > SDK's data\res\values directory. So much that I have Notepad++ set up to
> > reopen them on launch.
>
> > -- Kostya
>
> > > All I've ever managed to find are disjointed snippits by other
> > > developers.
> > > And have managed to proceed from that and by copying examples in the
> > > Android source.
>
> > > 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to