googlecodelabs / admob-native-advanced-feed

Apache License 2.0
53 stars 30 forks source link

a little mistake in google code labs tutorial #1

Closed saqibsoftwares closed 6 years ago

saqibsoftwares commented 7 years ago

On step number 12,

<resources>
   ...
   <string name="admob_app_id">ca-app-pub-3940256099942544/8135179316</string>
   ...
</resources>

"admob_app_id" should be "ad_unit_id" because it's ad id and app ID has already been defined in previous step.

This may save some time of beginners.

ericleich commented 6 years ago

This is fixed now. Great catch, and sorry this took so long to fix!