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 Ferguson" <william.ferguson...@gmail.com>
wrote:
> 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, Adam Tybor <adam.ty...@gmail.com> wrote:
>> Is anyone having problems with the newest sdk tools?
>>
>> When I compile the app using r8 it works fine, however when I compile the
>> app using the new r9 tools one of my activities views are all messed up.
>>  The colors are wrong and the onClick="" attributes are trying to find
>> methods on my Application context instance and not my Activity instance.
>>  Very bizarre.  I am not running proguard or anything else on these
builds
>> either.
>>
>> Any thoughts on how to troubleshoot this?  Can I diff the unsigned apks
in
>> some way?
>>
>> Thanks,
>> Adam
>
> --
> 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

-- 
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