Ubuntu 14.04 用の Android エミュレーターはありますか?

Ubuntu 14.04 用の Android エミュレーターはありますか?

できれば、Windows 上の青いスタックのように、適切に動作するものが望ましいです。

ありがとう

答え1

ジェニーモーション(この回答の出典。Web サイトには、これがどのように見えるかを示す画像もいくつかあります) は、Android 用の仮想環境を提供する完全なツール セットです。開発者、テスター、セールスマン、さらにはゲーマーにとっても非常に便利です。Genymotion は個人使用は無料です。完全な機能を使用するには、ライセンスを購入する必要があります。

特徴:

OpenGL acceleration to achieve the best 3D performance
Enable full screen option and improve your experience
Be precise in your UI development with the “pixel perfect” functionality
Start multiple virtual device at the same time
Override virtual device identifiers
Directly command virtual devices sensors with Genymotion Shell
Fully compatible with ADB. You can control your virtual device from the host
Manage sensors: Battery level / status, GPS, Rotation, Camera

2.1 以降:

supports copy/paste from the host to the virtual device, 
  or from the virtual device to the host using Android builtin copy/paste feature.
Android 4.4 support

バーチャルボックスが必要です登録する(無料です) インストーラをダウンロード ディレクトリにダウンロードし、次に...

cd ~/Downloads/
chmod +x genymotion-2.1.0_x64.bin
./genymotion-2.1.0_x64.bin

ダウンロードでインストールする場合は、次のように起動します:

/home/handbook/Downloads/genymotion/genymotion

個人使用は無料であり、私にとってはすべてのエミュレーターの中で最も優れているように思えます。

関連情報