LMDEに VirtualBoxをインストールし、Android検証環境を作る

LMDEに VirtualBoxをインストールし、Android検証環境を作る

LMDEに VirtualBoxをインストールし、Android検証環境を作る

LMDEに VirtualBoxをインストールし、Android検証環境を作る へのコメントはまだありません

はじめに

LMDEにVirtualboxをインストールし、x86Androidな仮想OSを作成し、Androidのデバッグ環境を整えるためのメモです。おそらく debianでもUbuntuでも同じことが可能です。(未確認)

virtualboxインストール

[bash]
$ sudo apt-get install virtualbox

[/bash]

上記だけでは不完全なのでKernelモジュールを追加

[bash]
$ sudo apt-get install virtualbox-qt virtualbox-dkms
[/bash]

Virtualbox起動

[bash]
$ virtualbox

[/bash]

以下のURLより android-x86-4.0-RC2-eeepc.iso をインストールします。

http://www.android-x86.org/download

and-01

新規仮想OSを追加

and-02

適当な名前をつける。

Screenshot-仮想マシンの作成

メモリサイズを設定

Screenshot-仮想マシンの作成-1

仮想ハードドライブを作成

Screenshot-仮想ハードドライブの作成

Screenshot-仮想ハードドライブの作成-1

Screenshot-仮想ハードドライブの作成-2

ダウンロードしたISOファイルをCDドライブに設定

Screenshot-Oracle VM VirtualBox マネージャー-1

Screenshot-android4 - 設定

Screenshot-仮想光学ディスクファイルを選択してください

仮想OSを起動

Screenshot-Oracle VM VirtualBox マネージャー-2

一番下のInstallを選択

Screenshot-android4 [実行中] - Oracle VM VirtualBox

パーティション作成

partitionの作成

Screenshot-android4 [実行中] - Oracle VM VirtualBox-1

Primaryを選択

Screenshot-android4 [実行中] - Oracle VM VirtualBox-2

適当なディスクサイズを入力

Screenshot-android4 [実行中] - Oracle VM VirtualBox-4

作成したPartitionをBootableに設定

Screenshot-android4 [実行中] - Oracle VM VirtualBox-5

Screenshot-android4 [実行中] - Oracle VM VirtualBox-6

設定内容を保存する(Write)

Screenshot-android4 [実行中] - Oracle VM VirtualBox-7

Screenshot-android4 [実行中] - Oracle VM VirtualBox-8

Partition設定を終了する

Screenshot-android4 [実行中] - Oracle VM VirtualBox-9

作成したPartitionを選択し ext3でフォーマットする

Screenshot-android4 [実行中] - Oracle VM VirtualBox-10

Screenshot-android4 [実行中] - Oracle VM VirtualBox-11

GRUBをインストールする

Screenshot-android4 [実行中] - Oracle VM VirtualBox-12

/systemをRead/Writeに設定

Screenshot-android4 [実行中] - Oracle VM VirtualBox-13

Androidインストール

Screenshot-android4 [実行中] - Oracle VM VirtualBox-16

言語設定を日本語にして、開始をクリック

以下は適切な情報を入力することで、インストールは完了する。
Screenshot-android4 [実行中] - Oracle VM VirtualBox-17

Screenshot-android4 [実行中] - Oracle VM VirtualBox-18

Screenshot-android4 [実行中] - Oracle VM VirtualBox-19

Screenshot-android4 [実行中] - Oracle VM VirtualBox-20

@の入力は Shift+2 (英語キーボードモード)で入力できます。
Screenshot-android4 [実行中] - Oracle VM VirtualBox-21

Screenshot-android4 [実行中] - Oracle VM VirtualBox-22

Screenshot-android4 [実行中] - Oracle VM VirtualBox-23

ブラウザー起動

Screenshot-android4 [実行中] - Oracle VM VirtualBox-24

Screenshot-android4 [実行中] - Oracle VM VirtualBox-25

Screenshot-android4 [実行中] - Oracle VM VirtualBox-26

jquery mobileで作ったアプリの動作確認

Screenshot-android4 [実行中] - Oracle VM VirtualBox-27

Screenshot-android4 [実行中] - Oracle VM VirtualBox-28

Screenshot-android4 [実行中] - Oracle VM VirtualBox-29

About the author:

Related Posts

Leave a comment

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)

Back to Top