質問編集履歴

2

タイトルをわかりやすく変更

2018/02/14 10:38

投稿

Hirakin3
Hirakin3

スコア33

test CHANGED
@@ -1 +1 @@
1
- Unity AdStirという広告のビルド時のアセンブリの重複エラーを解決したい
1
+ Unity アセンブリの重複エラーを解決したい
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- AdStirという広告のサンルファイルを実行したところ、以下のエラーが出ました
5
+ AdStirという広告と空ロジェクトで実行したところ、以下のエラーが出ました
6
6
 
7
7
 
8
8
 

1

エラー内容の追加

2018/02/14 10:38

投稿

Hirakin3
Hirakin3

スコア33

test CHANGED
File without changes
test CHANGED
@@ -59,3 +59,27 @@
59
59
 
60
60
 
61
61
  ![イメージ説明](98242831907dd0a1bd64513ac7698ef1.png)
62
+
63
+
64
+
65
+ 発生した別のエラー
66
+
67
+ ```
68
+
69
+ TypeLoadException: Could not load type 'FileMetadata' from assembly 'Google.JarResolver'.
70
+
71
+ GooglePlayServices.ResolverVer1_1.ProcessAars (System.String dir, System.Collections.Generic.HashSet`1 updatedFiles)
72
+
73
+ GooglePlayServices.ResolverVer1_1.DoResolutionNoAndroidPackageChecks (Google.JarResolver.PlayServicesSupport svcSupport, System.String destinationDirectory, Google.JarResolver.OverwriteConfirmation handleOverwriteConfirmation)
74
+
75
+ GooglePlayServices.ResolverVer1_1+<DoResolution>c__AnonStoreyF.<>m__19 ()
76
+
77
+ GooglePlayServices.ResolverVer1_1.DoResolution (Google.JarResolver.PlayServicesSupport svcSupport, System.String destinationDirectory, Google.JarResolver.OverwriteConfirmation handleOverwriteConfirmation, System.Action resolutionComplete)
78
+
79
+ GooglePlayServices.PlayServicesResolver.Resolve (System.Action resolutionComplete)
80
+
81
+ GooglePlayServices.PlayServicesResolver.AutoResolve ()
82
+
83
+ UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at /Users/builduser/buildslave/unity/build/artifacts/generated/common/editor/EditorApplicationBindings.gen.cs:249)
84
+
85
+ ```