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

質問編集履歴

2

追記

2020/02/05 01:04

投稿

roniko
roniko

スコア12

title CHANGED
File without changes
body CHANGED
@@ -31,6 +31,8 @@
31
31
  ・unity再インストール
32
32
  ・ドキュメント内にビルドを試みる
33
33
  ・mac再起動
34
+ ・容量を増やす(使用可能15GB)
35
+ ・SDKバージョンを落とす→Detected outdated SDK Tools version 25.2.5 when the min version is 26.1.1が出た
34
36
 
35
37
 
36
38
  どうかお力をお貸し願います・・。
@@ -42,4 +44,34 @@
42
44
  ```ここに言語を入力
43
45
  CommandInvokationFailure: Failed to update Android SDK package list.
44
46
  /Applications/2019.2.0f1/PlaybackEngines/AndroidPlayer/SDK/tools/bin/sdkmanager --list
47
+ ```
48
+
49
+ -----------
50
+ 2/5追記
51
+ ソースが必要なことを教えていただきました。
52
+ どこがエラーかわからないのですが、おそらくこのあたりかと。
53
+
54
+ ```ここに言語を入力
55
+ Detected outdated SDK Tools version 25.2.5 when the min version is 26.1.1
56
+ Detected outdated SDK Tools version 25.2.5 when the min version is 26.1.1
57
+ File /Users/roniko/.android/repositories.cfg could not be loaded.
58
+ ```
59
+
60
+ ```ここに言語を入力
61
+ Error building Player because scripts had compiler errors
62
+ Unloading 116 Unused Serialized files (Serialized files now loaded: 0)
63
+ System memory in use before: 0.55 GB.
64
+ System memory in use after: 0.56 GB.
65
+ ```
66
+ ```ここに言語を入力
67
+ No ARCore library found. To include the ARCore library for use with the Vuforia Engine, please follow the steps outlined in the library article below or enable 'Include ARCore library' in the Vuforia Configuration to automatically include ARCore in your application.
68
+ https://library.vuforia.com/content/vuforia-library/en/articles/Solution/arcore-with-vuforia.html
69
+ ```
70
+
71
+ ```ここに言語を入力
72
+ Error building Player because scripts had compiler errors
73
+ Unloading 119 Unused Serialized files (Serialized files now loaded: 0)
74
+ System memory in use before: 0.55 GB.
75
+ System memory in use after: 0.55 GB.
76
+
45
77
  ```

1

エラーコード追加

2020/02/05 01:04

投稿

roniko
roniko

スコア12

title CHANGED
File without changes
body CHANGED
@@ -33,4 +33,13 @@
33
33
  ・mac再起動
34
34
 
35
35
 
36
- どうかお力をお貸し願います・・。
36
+ どうかお力をお貸し願います・・。
37
+
38
+ ------------
39
+
40
+ 2/4追記
41
+ 何か増えました・・・
42
+ ```ここに言語を入力
43
+ CommandInvokationFailure: Failed to update Android SDK package list.
44
+ /Applications/2019.2.0f1/PlaybackEngines/AndroidPlayer/SDK/tools/bin/sdkmanager --list
45
+ ```