質問編集履歴
1
補足の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -203,3 +203,31 @@
|
|
203
203
|
|
204
204
|
|
205
205
|
```
|
206
|
+
|
207
|
+
|
208
|
+
|
209
|
+
[補足]
|
210
|
+
|
211
|
+
AdMobをImportしたあと下記のエラーができました。
|
212
|
+
|
213
|
+
1度クリアすれば問題なくUnityの再生はできました。
|
214
|
+
|
215
|
+
```
|
216
|
+
|
217
|
+
エラーメッセージ
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
Google.JarResolver.ResolutionException: Cannot find candidate artifact for com.google.android.gms:play-services-ads:LATEST
|
224
|
+
|
225
|
+
at Google.JarResolver.PlayServicesSupport.DependOn (System.String group, System.String artifact, System.String version) [0x00000] in <filename unknown>:0
|
226
|
+
|
227
|
+
at AdMobDependencies..cctor () [0x00024] in D:\ユーザー名\_unity\AdSDK\Admob\05\New Unity Project\Assets\PlayServicesResolver\Editor\AdMobDependencies.cs:18
|
228
|
+
|
229
|
+
UnityEditor.EditorAssemblies:SetLoadedEditorAssemblies(Assembly[])
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
```
|