Re: [android-developers] Re: sdk r09 breaks my app, r08 works fine

2011-02-14 Thread Adam Tybor
Thanks for the tip but I have tried that. Even checking out a clean version to a new directory and that still doesn't seem to work. Btw, I am using library projects so I am wondering if something in the ant scripts or how library resources are merged. Adam On Feb 13, 2011 9:02 PM, William

Re: [android-developers] Re: sdk r09 breaks my app, r08 works fine

2011-02-14 Thread Adam Tybor
Nevermind, somebody made a checkin that caused the bug. BTW -- When using a LayoutInflater make sure it is created within the same Context you are using the view in. LayoutInflater.from(Application) is just a bad idea. Adam -- You received this message because you are subscribed to the

[android-developers] Re: sdk r09 breaks my app, r08 works fine

2011-02-13 Thread William Ferguson
Try doing a clean build. If you have some classes compiled against an old R (resource file) then those constant values will not be updated and you will see the kind of behaviour you are describing. It is not necessarily a product of compiling against a new version of SDK. On Feb 14, 8:32 am,