質問編集履歴
2
エラーコード記載
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,10 +7,52 @@
|
|
7
7
|
アドバイス宜しくお願いします。
|
8
8
|
|
9
9
|
[追記]
|
10
|
-
画像は1枚130KB前後でした。
|
11
|
-
また、アプリ内で大きく表示させる時と、小さく表示させるときなど、場合に合わせて画質を変えるという処理はできるのでしょうか。
|
12
|
-
もし画質の問題であれば、そういった処理をすれば解決する気がするのですがご意見をいただきたいです。
|
13
10
|
|
11
|
+
```
|
12
|
+
06-08 13:26:31.183 12575-12575/com.google.android.setupwizard E/SetupWizard: [PreDeferredUpdateService] Error attempting to checkin/early update
|
13
|
+
java.util.concurrent.CompletionException: com.google.android.setupwizard.common.util.CompletableFutures$NoMoreRetriesException: java.lang.IllegalStateException: bindService failed
|
14
|
+
at java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:331)
|
15
|
+
at java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:340)
|
16
|
+
at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1018)
|
17
|
+
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2150)
|
18
|
+
at com.google.android.setupwizard.update.EarlyUpdateHelper.runEarlyUpdateWithRetries(EarlyUpdateHelper.java:280)
|
19
|
+
at com.google.android.setupwizard.update.EarlyUpdateHelper.lambda$runEarlyUpdateWithRetries$5(EarlyUpdateHelper.java:299)
|
20
|
+
at com.google.android.setupwizard.update.-$$Lambda$EarlyUpdateHelper$Nau9PyIrwsMoLscYiG1FI7R2Mfs.apply(Unknown Source:6)
|
21
|
+
at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1016)
|
22
|
+
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2150)
|
23
|
+
at com.google.android.setupwizard.update.EarlyUpdateHelper.runEarlyUpdateWithRetries(EarlyUpdateHelper.java:280)
|
24
|
+
at com.google.android.setupwizard.update.EarlyUpdateHelper.lambda$runEarlyUpdateWithRetries$5(EarlyUpdateHelper.java:299)
|
25
|
+
at com.google.android.setupwizard.update.-$$Lambda$EarlyUpdateHelper$Nau9PyIrwsMoLscYiG1FI7R2Mfs.apply(Unknown Source:6)
|
26
|
+
at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1016)
|
27
|
+
at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2150)
|
28
|
+
at com.google.android.setupwizard.update.EarlyUpdateHelper.runEarlyUpdateWithRetries(EarlyUpdateHelper.java:280)
|
29
|
+
at com.google.android.setupwizard.update.EarlyUpdateHelper.startPlayEarlyUpdateIfNotRunning(EarlyUpdateHelper.java:209)
|
30
|
+
at com.google.android.setupwizard.update.EarlyUpdateHelper.startEarlyUpdateIfNotRunning(EarlyUpdateHelper.java:187)
|
31
|
+
at com.google.android.setupwizard.predeferred.PreDeferredUpdateService.lambda$onStartCommand$0(PreDeferredUpdateService.java:113)
|
32
|
+
at com.google.android.setupwizard.predeferred.-$$Lambda$PreDeferredUpdateService$EBp84J0RwRaIASl9qCnqQXLeBm4.apply(Unknown Source:4)
|
33
|
+
at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:986)
|
34
|
+
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:960)
|
35
|
+
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:482)
|
36
|
+
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1988)
|
37
|
+
at com.google.android.setupwizard.common.util.CompletableFutures.lambda$KMwvM4O51ihR01DyLqi7JhsaNtM(Unknown Source:0)
|
38
|
+
at com.google.android.setupwizard.common.util.-$$Lambda$CompletableFutures$KMwvM4O51ihR01DyLqi7JhsaNtM.accept(Unknown Source:2)
|
39
|
+
at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:664)
|
40
|
+
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:640)
|
41
|
+
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:482)
|
42
|
+
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1988)
|
43
|
+
at com.google.android.setupwizard.util.TaskUtil.lambda$asCompletableFuture$0(TaskUtil.java:45)
|
44
|
+
at com.google.android.setupwizard.util.-$$Lambda$TaskUtil$h7rksTOpLVG7tKCrSBBZOFhmXQw.onComplete(Unknown Source:2)
|
45
|
+
at com.google.android.gms.tasks.zzj.run(OnCompleteCompletionListener.java:4)
|
46
|
+
at android.os.Handler.handleCallback(Handler.java:873)
|
47
|
+
at android.os.Handler.dispatchMessage(Handler.java:99)
|
48
|
+
at android.os.Looper.loop(Looper.java:164)
|
49
|
+
at android.app.ActivityThread.main(ActivityThread.java:6649)
|
50
|
+
at java.lang.reflect.Method.invoke(Native Method)
|
51
|
+
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
|
52
|
+
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:826)
|
53
|
+
Caused by: com.google.android.setupwizard.common.util.CompletableFutures$NoMoreRetriesException:
|
54
|
+
```
|
55
|
+
|
14
56
|
```xml
|
15
57
|
<?xml version="1.0" encoding="utf-8"?>
|
16
58
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
@@ -26,129 +68,7 @@
|
|
26
68
|
android:layout_height="match_parent"
|
27
69
|
android:orientation="vertical">
|
28
70
|
|
29
|
-
|
71
|
+
|
30
|
-
android:layout_width="match_parent"
|
31
|
-
android:layout_height="wrap_content"
|
32
|
-
android:gravity="center"
|
33
|
-
android:orientation="horizontal">
|
34
|
-
|
35
|
-
<Space
|
36
|
-
android:layout_width="60dp"
|
37
|
-
android:layout_height="match_parent"
|
38
|
-
android:layout_weight="1" />
|
39
|
-
|
40
|
-
<Button
|
41
|
-
android:id="@+id/button2"
|
42
|
-
android:layout_width="50dp"
|
43
|
-
android:layout_height="match_parent"
|
44
|
-
android:layout_weight="1"
|
45
|
-
android:text="1" />
|
46
|
-
|
47
|
-
<Button
|
48
|
-
android:id="@+id/button3"
|
49
|
-
android:layout_width="50dp"
|
50
|
-
android:layout_height="wrap_content"
|
51
|
-
android:layout_weight="1"
|
52
|
-
android:text="2" />
|
53
|
-
|
54
|
-
<Button
|
55
|
-
android:id="@+id/button4"
|
56
|
-
android:layout_width="50dp"
|
57
|
-
android:layout_height="wrap_content"
|
58
|
-
android:layout_weight="1"
|
59
|
-
android:text="3" />
|
60
|
-
|
61
|
-
<Button
|
62
|
-
android:id="@+id/button5"
|
63
|
-
android:layout_width="50dp"
|
64
|
-
android:layout_height="wrap_content"
|
65
|
-
android:layout_weight="1"
|
66
|
-
android:text="4" />
|
67
|
-
|
68
|
-
<Button
|
69
|
-
android:id="@+id/button6"
|
70
|
-
android:layout_width="50dp"
|
71
|
-
android:layout_height="wrap_content"
|
72
|
-
android:layout_weight="1"
|
73
|
-
android:text="5" />
|
74
|
-
|
75
|
-
<Space
|
76
|
-
android:layout_width="60dp"
|
77
|
-
android:layout_height="match_parent"
|
78
|
-
android:layout_weight="1" />
|
79
|
-
</LinearLayout>
|
80
|
-
|
81
|
-
<LinearLayout
|
82
|
-
android:layout_width="match_parent"
|
83
|
-
android:layout_height="wrap_content"
|
84
|
-
android:gravity="center"
|
85
|
-
android:orientation="horizontal">
|
86
|
-
|
87
|
-
<ImageView
|
88
|
-
android:id="@+id/imageView2"
|
89
|
-
android:layout_width="wrap_content"
|
90
|
-
android:layout_height="wrap_content"
|
91
|
-
android:layout_weight="1"
|
92
|
-
android:src="@android:drawable/ic_input_add" />
|
93
|
-
|
94
|
-
<ImageView
|
95
|
-
android:id="@+id/imageView18"
|
96
|
-
android:layout_width="wrap_content"
|
97
|
-
android:layout_height="wrap_content"
|
98
|
-
android:layout_weight="1"
|
99
|
-
android:src="@android:drawable/ic_input_add" />
|
100
|
-
|
101
|
-
<ImageView
|
102
|
-
android:id="@+id/imageView19"
|
103
|
-
android:layout_width="wrap_content"
|
104
|
-
android:layout_height="wrap_content"
|
105
|
-
android:layout_weight="1"
|
106
|
-
android:src="@android:drawable/ic_input_add" />
|
107
|
-
|
108
|
-
<ImageView
|
109
|
-
android:id="@+id/imageView20"
|
110
|
-
android:layout_width="wrap_content"
|
111
|
-
android:layout_height="wrap_content"
|
112
|
-
android:layout_weight="1"
|
113
|
-
android:src="@android:drawable/ic_input_add" />
|
114
|
-
</LinearLayout>
|
115
|
-
|
116
|
-
<LinearLayout
|
117
|
-
android:layout_width="match_parent"
|
118
|
-
android:layout_height="wrap_content"
|
119
|
-
android:gravity="center"
|
120
|
-
android:orientation="horizontal">
|
121
|
-
|
122
|
-
<ImageView
|
123
|
-
android:id="@+id/imageView21"
|
124
|
-
android:layout_width="wrap_content"
|
125
|
-
android:layout_height="wrap_content"
|
126
|
-
android:layout_weight="1"
|
127
|
-
android:src="@android:drawable/ic_input_add" />
|
128
|
-
|
129
|
-
<ImageView
|
130
|
-
android:id="@+id/imageView22"
|
131
|
-
android:layout_width="wrap_content"
|
132
|
-
android:layout_height="wrap_content"
|
133
|
-
android:layout_weight="1"
|
134
|
-
android:src="@android:drawable/ic_input_add" />
|
135
|
-
|
136
|
-
<ImageView
|
137
|
-
android:id="@+id/imageView23"
|
138
|
-
android:layout_width="wrap_content"
|
139
|
-
android:layout_height="wrap_content"
|
140
|
-
android:layout_weight="1"
|
141
|
-
android:src="@android:drawable/ic_input_add" />
|
142
|
-
|
143
|
-
<ImageView
|
144
|
-
android:id="@+id/imageView24"
|
145
|
-
android:layout_width="wrap_content"
|
146
|
-
android:layout_height="wrap_content"
|
147
|
-
android:layout_weight="1"
|
148
|
-
android:src="@android:drawable/ic_input_add" />
|
149
|
-
|
150
|
-
</LinearLayout>
|
151
|
-
|
152
72
|
<Space
|
153
73
|
android:layout_width="match_parent"
|
154
74
|
android:layout_height="27dp" />
|
1
画像サイズを追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,6 +6,11 @@
|
|
6
6
|
|
7
7
|
アドバイス宜しくお願いします。
|
8
8
|
|
9
|
+
[追記]
|
10
|
+
画像は1枚130KB前後でした。
|
11
|
+
また、アプリ内で大きく表示させる時と、小さく表示させるときなど、場合に合わせて画質を変えるという処理はできるのでしょうか。
|
12
|
+
もし画質の問題であれば、そういった処理をすれば解決する気がするのですがご意見をいただきたいです。
|
13
|
+
|
9
14
|
```xml
|
10
15
|
<?xml version="1.0" encoding="utf-8"?>
|
11
16
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|