3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Android エミュレーターでのユニットテスト(画面サイズとAPIレベルのマトリクス)

Last updated at Posted at 2016-02-13

エミュレーター紹介

  • AVD Android Emulator
  • 起動が遅い
  • Intel x86 Emulator Accelerator (HAXM)を使った高速化の方法が出回っているが、少し面倒
  • Genymotion
  • Android ADVよりも起動が早い
  • インストール時に一手間(VirtualBoxをインストールしなければいけない)
  • 有料版があるが、ネットワークを多用しなければ問題なし
  • BlueStacks
  • 開発者向けのエミュレータというよりは、GooglePlayからゲームをダウンロードしてきて、遊ぶため

画面サイズとAPIレベル

  • Genymotionでのエミュレータリストから、効率よくテストができるような組み合わせをリストアップ
  • いわゆるスマホ画面用(タブレットは除外)
Ver(API Level) 4.1(16) 4.2(17) 4.3(18) 4.4(19) 5.0(21) 5.1(22) 6.0(23)
480 * 800
720 * 1280
768 * 1280
800 * 1280
1080 * 1920
1200 * 1920
1200 * 1920

Android ユニットテストに関するその他の記事

3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?