質問編集履歴

2

エラーコード記載

2018/06/08 04:57

投稿

TA-KEY
TA-KEY

スコア21

test CHANGED
File without changes
test CHANGED
@@ -16,11 +16,95 @@
16
16
 
17
17
  [追記]
18
18
 
19
+
20
+
21
+ ```
22
+
23
+ 06-08 13:26:31.183 12575-12575/com.google.android.setupwizard E/SetupWizard: [PreDeferredUpdateService] Error attempting to checkin/early update
24
+
25
+ java.util.concurrent.CompletionException: com.google.android.setupwizard.common.util.CompletableFutures$NoMoreRetriesException: java.lang.IllegalStateException: bindService failed
26
+
27
+ at java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:331)
28
+
29
+ at java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:340)
30
+
31
+ at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1018)
32
+
33
+ at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2150)
34
+
35
+ at com.google.android.setupwizard.update.EarlyUpdateHelper.runEarlyUpdateWithRetries(EarlyUpdateHelper.java:280)
36
+
37
+ at com.google.android.setupwizard.update.EarlyUpdateHelper.lambda$runEarlyUpdateWithRetries$5(EarlyUpdateHelper.java:299)
38
+
39
+ at com.google.android.setupwizard.update.-$$Lambda$EarlyUpdateHelper$Nau9PyIrwsMoLscYiG1FI7R2Mfs.apply(Unknown Source:6)
40
+
41
+ at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1016)
42
+
43
+ at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2150)
44
+
45
+ at com.google.android.setupwizard.update.EarlyUpdateHelper.runEarlyUpdateWithRetries(EarlyUpdateHelper.java:280)
46
+
47
+ at com.google.android.setupwizard.update.EarlyUpdateHelper.lambda$runEarlyUpdateWithRetries$5(EarlyUpdateHelper.java:299)
48
+
49
+ at com.google.android.setupwizard.update.-$$Lambda$EarlyUpdateHelper$Nau9PyIrwsMoLscYiG1FI7R2Mfs.apply(Unknown Source:6)
50
+
51
+ at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1016)
52
+
53
+ at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2150)
54
+
55
+ at com.google.android.setupwizard.update.EarlyUpdateHelper.runEarlyUpdateWithRetries(EarlyUpdateHelper.java:280)
56
+
57
+ at com.google.android.setupwizard.update.EarlyUpdateHelper.startPlayEarlyUpdateIfNotRunning(EarlyUpdateHelper.java:209)
58
+
59
+ at com.google.android.setupwizard.update.EarlyUpdateHelper.startEarlyUpdateIfNotRunning(EarlyUpdateHelper.java:187)
60
+
61
+ at com.google.android.setupwizard.predeferred.PreDeferredUpdateService.lambda$onStartCommand$0(PreDeferredUpdateService.java:113)
62
+
63
+ at com.google.android.setupwizard.predeferred.-$$Lambda$PreDeferredUpdateService$EBp84J0RwRaIASl9qCnqQXLeBm4.apply(Unknown Source:4)
64
+
65
+ at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:986)
66
+
67
+ at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:960)
68
+
69
+ at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:482)
70
+
71
+ at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1988)
72
+
73
+ at com.google.android.setupwizard.common.util.CompletableFutures.lambda$KMwvM4O51ihR01DyLqi7JhsaNtM(Unknown Source:0)
74
+
75
+ at com.google.android.setupwizard.common.util.-$$Lambda$CompletableFutures$KMwvM4O51ihR01DyLqi7JhsaNtM.accept(Unknown Source:2)
76
+
77
+ at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:664)
78
+
79
+ at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:640)
80
+
81
+ at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:482)
82
+
83
+ at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1988)
84
+
85
+ at com.google.android.setupwizard.util.TaskUtil.lambda$asCompletableFuture$0(TaskUtil.java:45)
86
+
87
+ at com.google.android.setupwizard.util.-$$Lambda$TaskUtil$h7rksTOpLVG7tKCrSBBZOFhmXQw.onComplete(Unknown Source:2)
88
+
89
+ at com.google.android.gms.tasks.zzj.run(OnCompleteCompletionListener.java:4)
90
+
91
+ at android.os.Handler.handleCallback(Handler.java:873)
92
+
93
+ at android.os.Handler.dispatchMessage(Handler.java:99)
94
+
19
- 画像は1枚130KB前後でした。
95
+ at android.os.Looper.loop(Looper.java:164)
20
-
96
+
21
- また、アプリ内で大きく表示させる時と、小さく表示させるときなど、場合に合わせて画質を変えるという処理はできるのでしょうか。
97
+ at android.app.ActivityThread.main(ActivityThread.java:6649)
22
-
98
+
23
- もし画質の問題であれば、そういった処理をすれば解決する気がするのですがご意見をいただきたいです。
99
+ at java.lang.reflect.Method.invoke(Native Method)
100
+
101
+ at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
102
+
103
+ at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:826)
104
+
105
+ Caused by: com.google.android.setupwizard.common.util.CompletableFutures$NoMoreRetriesException:
106
+
107
+ ```
24
108
 
25
109
 
26
110
 
@@ -54,274 +138,30 @@
54
138
 
55
139
 
56
140
 
141
+
142
+
57
- <LinearLayout
143
+ <Space
58
144
 
59
145
  android:layout_width="match_parent"
60
146
 
61
- android:layout_height="wrap_content"
147
+ android:layout_height="27dp" />
62
-
63
- android:gravity="center"
148
+
64
-
65
- android:orientation="horizontal">
149
+
66
-
67
-
68
-
150
+
69
- <Space
151
+ <ScrollView
70
-
152
+
71
- android:layout_width="60dp"
153
+ android:layout_width="match_parent"
154
+
155
+ android:layout_height="match_parent">
156
+
157
+
158
+
159
+ <LinearLayout
160
+
161
+ android:layout_width="match_parent"
72
162
 
73
163
  android:layout_height="match_parent"
74
164
 
75
- android:layout_weight="1" />
76
-
77
-
78
-
79
- <Button
80
-
81
- android:id="@+id/button2"
82
-
83
- android:layout_width="50dp"
84
-
85
- android:layout_height="match_parent"
86
-
87
- android:layout_weight="1"
88
-
89
- android:text="1" />
90
-
91
-
92
-
93
- <Button
94
-
95
- android:id="@+id/button3"
96
-
97
- android:layout_width="50dp"
98
-
99
- android:layout_height="wrap_content"
100
-
101
- android:layout_weight="1"
102
-
103
- android:text="2" />
104
-
105
-
106
-
107
- <Button
108
-
109
- android:id="@+id/button4"
110
-
111
- android:layout_width="50dp"
112
-
113
- android:layout_height="wrap_content"
114
-
115
- android:layout_weight="1"
116
-
117
- android:text="3" />
118
-
119
-
120
-
121
- <Button
122
-
123
- android:id="@+id/button5"
124
-
125
- android:layout_width="50dp"
126
-
127
- android:layout_height="wrap_content"
128
-
129
- android:layout_weight="1"
130
-
131
- android:text="4" />
132
-
133
-
134
-
135
- <Button
136
-
137
- android:id="@+id/button6"
138
-
139
- android:layout_width="50dp"
140
-
141
- android:layout_height="wrap_content"
142
-
143
- android:layout_weight="1"
144
-
145
- android:text="5" />
146
-
147
-
148
-
149
- <Space
150
-
151
- android:layout_width="60dp"
152
-
153
- android:layout_height="match_parent"
154
-
155
- android:layout_weight="1" />
156
-
157
- </LinearLayout>
158
-
159
-
160
-
161
- <LinearLayout
162
-
163
- android:layout_width="match_parent"
164
-
165
- android:layout_height="wrap_content"
166
-
167
- android:gravity="center"
168
-
169
- android:orientation="horizontal">
170
-
171
-
172
-
173
- <ImageView
174
-
175
- android:id="@+id/imageView2"
176
-
177
- android:layout_width="wrap_content"
178
-
179
- android:layout_height="wrap_content"
180
-
181
- android:layout_weight="1"
182
-
183
- android:src="@android:drawable/ic_input_add" />
184
-
185
-
186
-
187
- <ImageView
188
-
189
- android:id="@+id/imageView18"
190
-
191
- android:layout_width="wrap_content"
192
-
193
- android:layout_height="wrap_content"
194
-
195
- android:layout_weight="1"
196
-
197
- android:src="@android:drawable/ic_input_add" />
198
-
199
-
200
-
201
- <ImageView
202
-
203
- android:id="@+id/imageView19"
204
-
205
- android:layout_width="wrap_content"
206
-
207
- android:layout_height="wrap_content"
208
-
209
- android:layout_weight="1"
210
-
211
- android:src="@android:drawable/ic_input_add" />
212
-
213
-
214
-
215
- <ImageView
216
-
217
- android:id="@+id/imageView20"
218
-
219
- android:layout_width="wrap_content"
220
-
221
- android:layout_height="wrap_content"
222
-
223
- android:layout_weight="1"
224
-
225
- android:src="@android:drawable/ic_input_add" />
226
-
227
- </LinearLayout>
228
-
229
-
230
-
231
- <LinearLayout
232
-
233
- android:layout_width="match_parent"
234
-
235
- android:layout_height="wrap_content"
236
-
237
- android:gravity="center"
238
-
239
- android:orientation="horizontal">
240
-
241
-
242
-
243
- <ImageView
244
-
245
- android:id="@+id/imageView21"
246
-
247
- android:layout_width="wrap_content"
248
-
249
- android:layout_height="wrap_content"
250
-
251
- android:layout_weight="1"
252
-
253
- android:src="@android:drawable/ic_input_add" />
254
-
255
-
256
-
257
- <ImageView
258
-
259
- android:id="@+id/imageView22"
260
-
261
- android:layout_width="wrap_content"
262
-
263
- android:layout_height="wrap_content"
264
-
265
- android:layout_weight="1"
266
-
267
- android:src="@android:drawable/ic_input_add" />
268
-
269
-
270
-
271
- <ImageView
272
-
273
- android:id="@+id/imageView23"
274
-
275
- android:layout_width="wrap_content"
276
-
277
- android:layout_height="wrap_content"
278
-
279
- android:layout_weight="1"
280
-
281
- android:src="@android:drawable/ic_input_add" />
282
-
283
-
284
-
285
- <ImageView
286
-
287
- android:id="@+id/imageView24"
288
-
289
- android:layout_width="wrap_content"
290
-
291
- android:layout_height="wrap_content"
292
-
293
- android:layout_weight="1"
294
-
295
- android:src="@android:drawable/ic_input_add" />
296
-
297
-
298
-
299
- </LinearLayout>
300
-
301
-
302
-
303
- <Space
304
-
305
- android:layout_width="match_parent"
306
-
307
- android:layout_height="27dp" />
308
-
309
-
310
-
311
- <ScrollView
312
-
313
- android:layout_width="match_parent"
314
-
315
- android:layout_height="match_parent">
316
-
317
-
318
-
319
- <LinearLayout
320
-
321
- android:layout_width="match_parent"
322
-
323
- android:layout_height="match_parent"
324
-
325
165
  android:orientation="vertical">
326
166
 
327
167
 

1

画像サイズを追記

2018/06/08 04:57

投稿

TA-KEY
TA-KEY

スコア21

test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,16 @@
14
14
 
15
15
 
16
16
 
17
+ [追記]
18
+
19
+ 画像は1枚130KB前後でした。
20
+
21
+ また、アプリ内で大きく表示させる時と、小さく表示させるときなど、場合に合わせて画質を変えるという処理はできるのでしょうか。
22
+
23
+ もし画質の問題であれば、そういった処理をすれば解決する気がするのですがご意見をいただきたいです。
24
+
25
+
26
+
17
27
  ```xml
18
28
 
19
29
  <?xml version="1.0" encoding="utf-8"?>