質問編集履歴
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,6 +64,10 @@
|
|
64
64
|
|
65
65
|
・mac再起動
|
66
66
|
|
67
|
+
・容量を増やす(使用可能15GB)
|
68
|
+
|
69
|
+
・SDKバージョンを落とす→Detected outdated SDK Tools version 25.2.5 when the min version is 26.1.1が出た
|
70
|
+
|
67
71
|
|
68
72
|
|
69
73
|
|
@@ -87,3 +91,63 @@
|
|
87
91
|
/Applications/2019.2.0f1/PlaybackEngines/AndroidPlayer/SDK/tools/bin/sdkmanager --list
|
88
92
|
|
89
93
|
```
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
-----------
|
98
|
+
|
99
|
+
2/5追記
|
100
|
+
|
101
|
+
ソースが必要なことを教えていただきました。
|
102
|
+
|
103
|
+
どこがエラーかわからないのですが、おそらくこのあたりかと。
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
```ここに言語を入力
|
108
|
+
|
109
|
+
Detected outdated SDK Tools version 25.2.5 when the min version is 26.1.1
|
110
|
+
|
111
|
+
Detected outdated SDK Tools version 25.2.5 when the min version is 26.1.1
|
112
|
+
|
113
|
+
File /Users/roniko/.android/repositories.cfg could not be loaded.
|
114
|
+
|
115
|
+
```
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
```ここに言語を入力
|
120
|
+
|
121
|
+
Error building Player because scripts had compiler errors
|
122
|
+
|
123
|
+
Unloading 116 Unused Serialized files (Serialized files now loaded: 0)
|
124
|
+
|
125
|
+
System memory in use before: 0.55 GB.
|
126
|
+
|
127
|
+
System memory in use after: 0.56 GB.
|
128
|
+
|
129
|
+
```
|
130
|
+
|
131
|
+
```ここに言語を入力
|
132
|
+
|
133
|
+
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.
|
134
|
+
|
135
|
+
https://library.vuforia.com/content/vuforia-library/en/articles/Solution/arcore-with-vuforia.html
|
136
|
+
|
137
|
+
```
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
```ここに言語を入力
|
142
|
+
|
143
|
+
Error building Player because scripts had compiler errors
|
144
|
+
|
145
|
+
Unloading 119 Unused Serialized files (Serialized files now loaded: 0)
|
146
|
+
|
147
|
+
System memory in use before: 0.55 GB.
|
148
|
+
|
149
|
+
System memory in use after: 0.55 GB.
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
```
|
1
エラーコード追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -69,3 +69,21 @@
|
|
69
69
|
|
70
70
|
|
71
71
|
どうかお力をお貸し願います・・。
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
------------
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
2/4追記
|
80
|
+
|
81
|
+
何か増えました・・・
|
82
|
+
|
83
|
+
```ここに言語を入力
|
84
|
+
|
85
|
+
CommandInvokationFailure: Failed to update Android SDK package list.
|
86
|
+
|
87
|
+
/Applications/2019.2.0f1/PlaybackEngines/AndroidPlayer/SDK/tools/bin/sdkmanager --list
|
88
|
+
|
89
|
+
```
|