So earlier it said i had junk xml now after playing around and trying different solutions i have 2 errors instead of 1! Now i have an error next to ?xml version="1.0" encoding="utf-8"?> that says:error parsing prefix: unbound XML
and the other error next to com.admob.android.ads.AdView says:The markup in the document following the root element must be well-formed.
<?xml version="1.0" encoding="utf-8"?<
<WebView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/webview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
<com.admob.android.ads.AdView
android:id="@+id/ad"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
xmlns:backgroundColor="#000000"
xmlns:primaryTextColor="FFFFFF"
xmlns:secondaryTextColor="#CCCCCC"
android:layout_alignParentTop="true"
ads:adUnitId="xxxxxxxxxxxx"
ads:adSize="BANNER"
ads:loadAdOnCreate="true"
/>