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 <[email protected]> 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 [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

