AdMob in a fragment
问题 I'm inserting an AdMob in my application. but I have a problem about it. when I inserted some codes about it in Eclipse, I can see an error message about "the constructor AdRequest() is not visible " in a fragment_03 and "error: Error parsing XML : unbound prefix" from " so I attached source for the AdMob as follows. Can you give me an advice ? Let me know if you have any question. Thanks fragment_03.java import com.google.ads.AdRequest; import com.google.ads.AdView; public class Fragment_03