I got an error error: Error parsing XML: unbound prefix when i did not add an attribute xmlns:android="http://schemas.android.com/apk/res/android" for my Layout. Why we want to set this attribute for a layout?Any Specific Reasons? what i put the url mentioned as a value for xmlns:android. I got the server not found Exception. Please Share your knowledge about this?
I got an error error: Error parsing XML: unbound prefix when i did not
Share
This is not really an attribute for your layout but the namespace for the XML. Adding this xmlns:android would allow you to use all the “android:…” attributes and others.
WRT the ‘server not found’ exception, can you post the XML file ?