Hey,
I'm a bit lost right now, what I'm trying to do: build a 1.5 compatible app that should also run on 2.0/2.1 devices like the Nexus. The problem is that supports-screen doesn't work the way it's supposed to with 1.5 target set in eclipse.
Did I miss something? Basically, I just want my app not to scale anything, I'll handle that ( anyScale = true )
Thanks in advance!