質問するログイン新規登録

質問編集履歴

2

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

2018/02/14 10:38

投稿

Hirakin3
Hirakin3

スコア33

title CHANGED
@@ -1,1 +1,1 @@
1
- Unity AdStirという広告のビルド時のアセンブリの重複エラーを解決したい
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

エラー内容の追加

2018/02/14 10:38

投稿

Hirakin3
Hirakin3

スコア33

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
- ![イメージ説明](98242831907dd0a1bd64513ac7698ef1.png)
31
+ ![イメージ説明](98242831907dd0a1bd64513ac7698ef1.png)
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
+ ```