Unity Admob Error: No resource found that matches the given name

Unity+Admobでビルドをかけたらエラーがでた。

stderr[
AndroidManifest.xml:15: error: Error: No resource found that matches the given name (at 'theme' with value '@style/Theme.IAPTheme').

AndroidManifest.xml:17: error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').

]

どうやら依存関係にあるライブラリが追加できていなかったみたい。 Asset -> Google Play Services -> Resolve Client Jars するといい感じにやってくれる f:id:kotatatas:20160717022337p:plain