My layout has been rendering fine on all test cases in the Eclipse GUI editor including all Google devices. I just updated the SDK from 22 to 22.0.1 and now I'm told:
It looks like you are using a render target where the layout library does not support the tvdpi density.
I have these specific resource folders:
drawable
drawable-hdpi
drawable-ldpi
drawable-mdpi
drawable-xhdpi
values
values-large-hdpi
values-large-mdpi
values-large-xhdpi
values-large-mdpi
values-large-xhdpi
values-xlarge
I've tried adding tvdpi and large-tvdpi resources but that doesn't fix the problem. I'm targeting API 8. What has caused Nexus 7 rendering to break?