android - Error parsing unbound prefix when trying to integrate AdMob -


I have tried to find an answer to this problem everywhere and have not solved anything. I'm sure this is something very simple, but nothing worked. When I try to run the app, I get this error:

Error parsing XML: unbound prefix

Here's what I have: < / P>

  & lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; LinearLayout xmlns: Android = "http://schemas.android.com/apk/res/android" xmlns: tool = "http://schemas.android.com/tools" xmlns: ad = "http: // schemas. android.com/apk/lib/com.google.ads "android: id =" @ + id / LinearLayout "Android: Layout_width =" Fill_parent "Android: Layout_height =" Fill_parent "android: orientation =" vertical "& gt; & Lt; Button android: id = "@ + id / Button1" Android: Layout_width = "Match_parent" Android: Layout_height = "Wrap_content" android: onClick = "beginYourTask" android: text = "Load Fuck" / & gt; & Lt; ProgressBar android: id = "@ + id / myProgress" Android: Layout_width = "Wrap_content" Android: Layout_height = "Wrap_content" Android: Layout_gravity = "center" Android: visibility = "hidden" / & gt; & Lt; TextView android: id = "@ + id / temporary" Android: Layout_width = "Wrap_content" Android: Layout_height = "Wrap_content" Android: Layout_gravity = "Center_horizontal" android: text = Android "is trying to give a Fuck": Visibility = "invisible" /> & Lt; com.google.android.gms.ads.AdView android: id = "@ + id / adview" Android: layout_width = "match_parent" Android: layout_height = "wrap_content" Android: layout_alignParentBottom = "true" Android: layout_alignParentLeft = "true" Advertising: adSize = "BANNER" advertising: adUnitId = "ca-app-pub-5799130826595319/9495233582" /> & Lt; /com.google.android.gms.ads.AdView>  


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -