0

I want o add appodeal native ads on my android project but iam unable to add native ads its show error on AndroidMainfest file . <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" /> <activity android:name="com.google.android.gms.ads.AdActivity"

this tow lines show red and error how can i solve this error? Thanks

error in AndroidMainfest image

Arman Hossain
  • 21
  • 2
  • 7

1 Answers1

0

You must include Google Play Services lib in the project:

compile 'com.google.android.gms:play-services-ads:10.2.1' compile 'com.google.android.gms:play-services-location:10.2.1'

Yvonne
  • 61
  • 1