com.google.ads.AdActivity
is declared when using the admob sdk jar in the "libs" folder. It seems you're using admob via the google play services library so change:
activity android:name="com.google.ads.AdActivity"
To activity android:name="com.google.android.gms.ads.AdActivity"
Also make sure you add the meta-data tag:
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version"/>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…