When you try to add AdMob
to an Android 1.6(Level4)
you get the message:
Could not find method android.view.Display.getRealMetrics, referenced from method com.google.android.gms.ads.internal.util.client.zza.zzT.
SDK 1.6
doesn't have a getRealMetrics()
method in android.view.Display
.
They expect to detect the level and add the methods to be able to run:
AdRequest adRequest = new AdRequest.Builder().build();
Is this a bug in google-play-services_lib
?