質問編集履歴

3

devices\.xml

2016/12/18 13:38

投稿

Test1115Test
Test1115Test

スコア52

test CHANGED
File without changes
test CHANGED
@@ -40,6 +40,8 @@
40
40
 
41
41
  ```devices.xml
42
42
 
43
+ devices.xml
44
+
43
45
  <?xml version="1.0" encoding="UTF-8"?>
44
46
 
45
47
 

2

devices\.xml

2016/12/18 13:38

投稿

Test1115Test
Test1115Test

スコア52

test CHANGED
File without changes
test CHANGED
@@ -35,3 +35,307 @@
35
35
  ビックリマークが出ているプロジェクトはandroidとは関係ないプロジェクトです
36
36
 
37
37
  eclipseでandroidは開発しないのでandroidと関係ないプロジェクトのビックリマークだけでも治す方法を教えてください
38
+
39
+
40
+
41
+ ```devices.xml
42
+
43
+ <?xml version="1.0" encoding="UTF-8"?>
44
+
45
+
46
+
47
+ <d:devices xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
48
+
49
+ xmlns:d="http://schemas.android.com/sdk/devices/1">
50
+
51
+
52
+
53
+ <d:device>
54
+
55
+ <d:name>Android TV (1080p)</d:name>
56
+
57
+ <d:id>tv_1080p</d:id>
58
+
59
+ <d:manufacturer>Google</d:manufacturer>
60
+
61
+ <d:hardware>
62
+
63
+ <d:screen>
64
+
65
+ <d:screen-size>xlarge</d:screen-size>
66
+
67
+ <d:diagonal-length>55.0</d:diagonal-length>
68
+
69
+ <d:pixel-density>xhdpi</d:pixel-density>
70
+
71
+ <d:screen-ratio>long</d:screen-ratio>
72
+
73
+ <d:dimensions>
74
+
75
+ <d:x-dimension>1920</d:x-dimension>
76
+
77
+ <d:y-dimension>1080</d:y-dimension>
78
+
79
+ </d:dimensions>
80
+
81
+ <d:xdpi>40.05</d:xdpi>
82
+
83
+ <d:ydpi>40.05</d:ydpi>
84
+
85
+ <d:touch>
86
+
87
+ <d:multitouch>none</d:multitouch>
88
+
89
+ <d:mechanism>notouch</d:mechanism>
90
+
91
+ <d:screen-type>notouch</d:screen-type>
92
+
93
+ </d:touch>
94
+
95
+ </d:screen>
96
+
97
+ <d:networking>
98
+
99
+ Bluetooth
100
+
101
+ Wifi
102
+
103
+ NFC
104
+
105
+ </d:networking>
106
+
107
+ <d:sensors>
108
+
109
+ LightSensor
110
+
111
+ GPS
112
+
113
+ </d:sensors>
114
+
115
+ <d:mic>true</d:mic>
116
+
117
+ <d:keyboard>qwerty</d:keyboard>
118
+
119
+ <d:nav>dpad</d:nav>
120
+
121
+ <d:ram unit="GiB">2</d:ram>
122
+
123
+ <d:buttons>hard</d:buttons>
124
+
125
+ <d:internal-storage unit="KiB">7811891</d:internal-storage>
126
+
127
+ <d:removable-storage unit="MiB">0</d:removable-storage>
128
+
129
+ <d:cpu>Generic CPU</d:cpu>
130
+
131
+ <d:gpu>Generic GPU</d:gpu>
132
+
133
+ <d:abi>
134
+
135
+ armeabi-v7a
136
+
137
+ x86
138
+
139
+ </d:abi>
140
+
141
+ <d:dock/>
142
+
143
+ <d:power-type>plugged-in</d:power-type>
144
+
145
+ <d:skin>tv_1080p</d:skin>
146
+
147
+ </d:hardware>
148
+
149
+ <d:software>
150
+
151
+ <d:api-level>20-</d:api-level>
152
+
153
+ <d:live-wallpaper-support>true</d:live-wallpaper-support>
154
+
155
+ <d:bluetooth-profiles/>
156
+
157
+ <d:gl-version>2.0</d:gl-version>
158
+
159
+ <d:gl-extensions/>
160
+
161
+ <d:status-bar>false</d:status-bar>
162
+
163
+ </d:software>
164
+
165
+ <d:state name="Landscape" default="true">
166
+
167
+ <d:description>The device in landscape orientation</d:description>
168
+
169
+ <d:screen-orientation>land</d:screen-orientation>
170
+
171
+ <d:keyboard-state>keyshidden</d:keyboard-state>
172
+
173
+ <d:nav-state>navexposed</d:nav-state>
174
+
175
+ </d:state>
176
+
177
+ <d:state name="Landscape with keyboard">
178
+
179
+ <d:description>The device in landscape orientation with a keyboard open</d:description>
180
+
181
+ <d:screen-orientation>land</d:screen-orientation>
182
+
183
+ <d:keyboard-state>keysexposed</d:keyboard-state>
184
+
185
+ <d:nav-state>navexposed</d:nav-state>
186
+
187
+ </d:state>
188
+
189
+ <d:tag-id>android-tv</d:tag-id>
190
+
191
+ </d:device>
192
+
193
+
194
+
195
+ <d:device>
196
+
197
+ <d:name>Android TV (720p)</d:name>
198
+
199
+ <d:id>tv_720p</d:id>
200
+
201
+ <d:manufacturer>Google</d:manufacturer>
202
+
203
+ <d:hardware>
204
+
205
+ <d:screen>
206
+
207
+ <d:screen-size>xlarge</d:screen-size>
208
+
209
+ <d:diagonal-length>55.0</d:diagonal-length>
210
+
211
+ <d:pixel-density>tvdpi</d:pixel-density>
212
+
213
+ <d:screen-ratio>long</d:screen-ratio>
214
+
215
+ <d:dimensions>
216
+
217
+ <d:x-dimension>1280</d:x-dimension>
218
+
219
+ <d:y-dimension>720</d:y-dimension>
220
+
221
+ </d:dimensions>
222
+
223
+ <d:xdpi>26.70</d:xdpi>
224
+
225
+ <d:ydpi>26.70</d:ydpi>
226
+
227
+ <d:touch>
228
+
229
+ <d:multitouch>none</d:multitouch>
230
+
231
+ <d:mechanism>notouch</d:mechanism>
232
+
233
+ <d:screen-type>notouch</d:screen-type>
234
+
235
+ </d:touch>
236
+
237
+ </d:screen>
238
+
239
+ <d:networking>
240
+
241
+ Bluetooth
242
+
243
+ Wifi
244
+
245
+ NFC
246
+
247
+ </d:networking>
248
+
249
+ <d:sensors>
250
+
251
+ LightSensor
252
+
253
+ GPS
254
+
255
+ </d:sensors>
256
+
257
+ <d:mic>true</d:mic>
258
+
259
+ <d:keyboard>qwerty</d:keyboard>
260
+
261
+ <d:nav>dpad</d:nav>
262
+
263
+ <d:ram unit="GiB">2</d:ram>
264
+
265
+ <d:buttons>hard</d:buttons>
266
+
267
+ <d:internal-storage unit="KiB">7811891</d:internal-storage>
268
+
269
+ <d:removable-storage unit="MiB">0</d:removable-storage>
270
+
271
+ <d:cpu>Generic CPU</d:cpu>
272
+
273
+ <d:gpu>Generic GPU</d:gpu>
274
+
275
+ <d:abi>
276
+
277
+ armeabi-v7a
278
+
279
+ x86
280
+
281
+ </d:abi>
282
+
283
+ <d:dock/>
284
+
285
+ <d:power-type>plugged-in</d:power-type>
286
+
287
+ <d:skin>tv_720p</d:skin>
288
+
289
+ </d:hardware>
290
+
291
+ <d:software>
292
+
293
+ <d:api-level>20-</d:api-level>
294
+
295
+ <d:live-wallpaper-support>true</d:live-wallpaper-support>
296
+
297
+ <d:bluetooth-profiles/>
298
+
299
+ <d:gl-version>2.0</d:gl-version>
300
+
301
+ <d:gl-extensions/>
302
+
303
+ <d:status-bar>false</d:status-bar>
304
+
305
+ </d:software>
306
+
307
+ <d:state name="Landscape" default="true">
308
+
309
+ <d:description>The device in landscape orientation</d:description>
310
+
311
+ <d:screen-orientation>land</d:screen-orientation>
312
+
313
+ <d:keyboard-state>keyshidden</d:keyboard-state>
314
+
315
+ <d:nav-state>navexposed</d:nav-state>
316
+
317
+ </d:state>
318
+
319
+ <d:state name="Landscape with keyboard">
320
+
321
+ <d:description>The device in landscape orientation with a keyboard open</d:description>
322
+
323
+ <d:screen-orientation>land</d:screen-orientation>
324
+
325
+ <d:keyboard-state>keysexposed</d:keyboard-state>
326
+
327
+ <d:nav-state>navexposed</d:nav-state>
328
+
329
+ </d:state>
330
+
331
+ <d:tag-id>android-tv</d:tag-id>
332
+
333
+ </d:device>
334
+
335
+
336
+
337
+ </d:devices>
338
+
339
+
340
+
341
+ ```

1

タグ追加

2016/12/18 13:26

投稿

Test1115Test
Test1115Test

スコア52

test CHANGED
File without changes
test CHANGED
File without changes