0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

( ..)φメモメモ - Androidアプリ開発: 京セラ TORQUE G03 (KYV41)

Posted at

概要:バーチャル・デバイスの定義

Androidアプリ開発において、 京セラ TORQUE G03 (KYV41) をメインターゲットとする際、そのバーチャル・デバイスを定義する。

Configure Hardware Profile

項目 備考
Device Name TORQUE G03
Device Type Phone/Tablet
Screen Size 4.6 inch
Resolution 720 x 1280 px
RAM 3072MB 3GB
Input ✅ Has Hardware Buttons
設定画面:Configure Hardware Profile

image.png

XMLファイル:Configure Hardware Profile
device.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<d:devices xmlns:d="http://schemas.android.com/sdk/devices/8" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <d:device>
    <d:name>TORQUE G03</d:name>
    <d:manufacturer>User</d:manufacturer>
    <d:meta/>
    <d:hardware>
      <d:screen>
        <d:screen-size>normal</d:screen-size>
        <d:diagonal-length>4.60</d:diagonal-length>
        <d:pixel-density>xhdpi</d:pixel-density>
        <d:screen-ratio>long</d:screen-ratio>
        <d:dimensions>
          <d:x-dimension>720</d:x-dimension>
          <d:y-dimension>1280</d:y-dimension>
        </d:dimensions>
        <d:xdpi>319.26</d:xdpi>
        <d:ydpi>319.26</d:ydpi>
        <d:touch>
          <d:multitouch>jazz-hands</d:multitouch>
          <d:mechanism>finger</d:mechanism>
          <d:screen-type>capacitive</d:screen-type>
        </d:touch>
      </d:screen>
      <d:networking>
Bluetooth
Wifi
NFC</d:networking>
      <d:sensors>
Accelerometer
Barometer
Compass
GPS
Gyroscope
LightSensor
ProximitySensor</d:sensors>
      <d:mic>true</d:mic>
      <d:camera>
        <d:location>back</d:location>
        <d:autofocus>true</d:autofocus>
        <d:flash>true</d:flash>
      </d:camera>
      <d:camera>
        <d:location>front</d:location>
        <d:autofocus>true</d:autofocus>
        <d:flash>true</d:flash>
      </d:camera>
      <d:keyboard>nokeys</d:keyboard>
      <d:nav>nonav</d:nav>
      <d:ram unit="GiB">3</d:ram>
      <d:buttons>hard</d:buttons>
      <d:internal-storage unit="GiB">
4</d:internal-storage>
      <d:removable-storage unit="TiB"/>
      <d:cpu>Generic CPU</d:cpu>
      <d:gpu>Generic GPU</d:gpu>
      <d:abi>armeabi</d:abi>
      <d:abis>armeabi</d:abis>
      <d:abis>armeabi-v7a</d:abis>
      <d:abis>arm64-v8a</d:abis>
      <d:abis>x86</d:abis>
      <d:abis>x86_64</d:abis>
      <d:abis>mips</d:abis>
      <d:abis>mips64</d:abis>
      <d:abis>riscv64</d:abis>
      <d:dock/>
      <d:power-type>battery</d:power-type>
      <d:skin>_no_skin</d:skin>
    </d:hardware>
    <d:software>
      <d:api-level>-</d:api-level>
      <d:live-wallpaper-support>true</d:live-wallpaper-support>
      <d:bluetooth-profiles/>
      <d:gl-version>2.0</d:gl-version>
      <d:gl-extensions/>
      <d:status-bar>false</d:status-bar>
    </d:software>
    <d:state default="true" name="Portrait">
      <d:description>The device in portrait orientation</d:description>
      <d:screen-orientation>port</d:screen-orientation>
      <d:keyboard-state>keyssoft</d:keyboard-state>
      <d:nav-state>navhidden</d:nav-state>
    </d:state>
    <d:state name="Landscape">
      <d:description>The device in landscape orientation</d:description>
      <d:screen-orientation>land</d:screen-orientation>
      <d:keyboard-state>keyssoft</d:keyboard-state>
      <d:nav-state>navhidden</d:nav-state>
    </d:state>
  </d:device>
</d:devices>

Configure virtual device

項目 備考
Device Name API27-TORQUE G03
API 27.0 Oreo: Android 8.1
Services Google APIs
System Image Google APIs Intel x86 Atom System Image API: 27
設定画面:Configure virtual device

image.png

想定するスマホ - TORQUE G03 KYV41

項目 仕様
メーカー 京セラ
機種 TORQUE G03
モデル KYV41
OS Android 7.1(Nougat) → 8.1(Oreo)
ディスプレイ 約4.6インチ HD TFT液晶(1280×720ドット)
CPU Snapdragon 625 MSM8953(2.0GHz、オクタコア)
メモリ(RAM) 3GB
ストレージ(ROM) 32GB
外部メモリ microSDXC(最大256GB)
バッテリー容量 2940mAh
動作時間 約100時間
サイズ 約145×71×13.6mm
重量 約198g
ボディカラー グリーン、ブルー、ブラック

製品情報

公式スペック情報

ケータイ新製品SHOW CASE

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?