I successfully implemented an ad in my launcher activity (MainActivity Java.txt). The same code is being added to a subsequent activity (CheckIn Java.txt0, but I am getting an error on the loadAd method of AdRequest as shown in the attached file (CheckIn Code Error). It is indicating that "Non Static Method (loadAd com.google.android.gms.ads.AdRequest) cannot be referenced from a static context.
The code and code location is virtually the same for both activities with the exception of the AdView id name.
Thanks in advance for any assistance.