I was wondering if someone would be able to give me some clarification as to the purpose and reliability of the "target platform" drop-down box in the Graphical Layout editor?

Purpose?
My current understanding is that the target platform drop-down box is meant to show me what the layout will look like in the selected platform. I also have seen that the ADT plugin has several change-log entries suggesting that the layout engine isn't 100% accurate, and that leaves me with a few questions;
- Is it intended for basic testing?
- How reliable/accurate is the rendering?
- Which layout should I be developing on to ensure the best results? Should I match The project's target platform?
- Are rendering errors (see below) just Eclipse errors, or will the device experience a rendering failure as well?
I realise that the ADT plugin may have it's own limitations and that the layout engine is being updated by Google regularly. I also am testing on devices (not just using the layout editor), but would still like to determine the purpose of the this "target platform" drop-down box.
Rendering Error
The reason I thought I would seek some clarification, is that I'm experiencing some odd results (in particular, when attempting to render a tiled bitmap drawable in anything but less than Android 3.0);
Shader 'android.graphics.BitmapShader' is not supported in the Layout Editor.
That message seems to suggest that it's just a limitation of the ADT plugin for Eclipse? It seems to render fine on my 2.3 device. This also suggests that I should just develop with that box set to Android 3.1.