2つのエミュレータを同時に実行したい、1つはポート5554で、もう1つは5556で実行する。最初のものは既にセットされている。
2番目のものを5556(Elipse)に設定するにはどうすればよいですか?
ベストアンサー
ディレクトリをandroid-sdk/toolsに変更してください
次のコマンドを発行します。
./emulator -port 5556 -avd AVD2_1_HVGA
AVD2_1_HVGA is my AVD name in Eclipse. You can see your AVD name
by selecting the menu Window > AVD Manager.