I've looked at several other questions related, one answer even seemed like it solved the problem however I was wrong.
The issue is I get:
Parser exception for C:\Documents and Settings\djordan\My Documents\SampleTest\AndroidManifest.xml: The markup in the document following the root element must be well-formed.
When I drag/drop a new TextView or Multiline Text view item to the canvas. All other Text Fields add fine.
EDIT: Pasted the wrong error ... updated. and Added following work flow: 1. open SDK, check API 16 installed. 2. open Eclipse, create new Android project - name, target/minimum API 16 3. in Graphical Layout drag "Plain Text" or "MultiLine Text" from the Text Fields. 4. view error above.