回答編集履歴

1

.

2018/11/04 22:58

投稿

aja
aja

スコア3733

test CHANGED
@@ -1,7 +1,19 @@
1
- results in a crash with the message: "The Google Mobile Ads SDK was initialized incorrectly."
1
+ 参考にされたサイトにあるように
2
2
 
3
3
 
4
4
 
5
+ > results in a crash with the message: "The Google Mobile Ads SDK was initialized incorrectly."
5
6
 
6
7
 
8
+
9
+ というエラーがでていればManifestの修正が必要になったようですね
10
+
11
+ これはandroidのadmob向けで
12
+
7
- [リンク内容](https://developers.google.com/admob/unity/start#set_your_admob_app_id)
13
+ com.google.firebase:firebase-ads:17.0.0
14
+
15
+ から変更になったようです(10月下旬頃)
16
+
17
+
18
+
19
+ App IDをManifestに入れてみてください