質問編集履歴
2
タイトルをわかりやすく変更
title
CHANGED
|
@@ -1,1 +1,1 @@
|
|
|
1
|
-
Unity
|
|
1
|
+
Unity アセンブリの重複エラーを解決したい
|
body
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
ぜひ、アドバイスをいただけると助かります。
|
|
2
2
|
|
|
3
|
-
AdStirという広告
|
|
3
|
+
AdStirという広告と空プロジェクトで実行したところ、以下のエラーが出ました
|
|
4
4
|
|
|
5
5
|
こちらのマニュアルに沿って、空プロジェクトに実装しました
|
|
6
6
|
マニュアル:https://git.io/v4wzo
|
1
エラー内容の追加
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -28,4 +28,16 @@
|
|
|
28
28
|
- Google.VersionHandler〜〜〜〜v1.2.32.0
|
|
29
29
|
- Google.VersionHandler〜〜〜〜v1.2.61.0
|
|
30
30
|
|
|
31
|
-

|
|
31
|
+

|
|
32
|
+
|
|
33
|
+
発生した別のエラー
|
|
34
|
+
```
|
|
35
|
+
TypeLoadException: Could not load type 'FileMetadata' from assembly 'Google.JarResolver'.
|
|
36
|
+
GooglePlayServices.ResolverVer1_1.ProcessAars (System.String dir, System.Collections.Generic.HashSet`1 updatedFiles)
|
|
37
|
+
GooglePlayServices.ResolverVer1_1.DoResolutionNoAndroidPackageChecks (Google.JarResolver.PlayServicesSupport svcSupport, System.String destinationDirectory, Google.JarResolver.OverwriteConfirmation handleOverwriteConfirmation)
|
|
38
|
+
GooglePlayServices.ResolverVer1_1+<DoResolution>c__AnonStoreyF.<>m__19 ()
|
|
39
|
+
GooglePlayServices.ResolverVer1_1.DoResolution (Google.JarResolver.PlayServicesSupport svcSupport, System.String destinationDirectory, Google.JarResolver.OverwriteConfirmation handleOverwriteConfirmation, System.Action resolutionComplete)
|
|
40
|
+
GooglePlayServices.PlayServicesResolver.Resolve (System.Action resolutionComplete)
|
|
41
|
+
GooglePlayServices.PlayServicesResolver.AutoResolve ()
|
|
42
|
+
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at /Users/builduser/buildslave/unity/build/artifacts/generated/common/editor/EditorApplicationBindings.gen.cs:249)
|
|
43
|
+
```
|