3

Good afternoon. I want to try Ubuntu Phone OS. Is it possible to put the emulator on Ubuntu or Windows? Something like vmware or virtualBox. Thank you.

James M
  • 141

1 Answers1

3

You can use Ubuntu Touch Emulator in Ubuntu.

  1. Installation:

    sudo apt-get install ubuntu-emulator
    
  2. Instance creation:

    ARM instance

    sudo ubuntu-emulator create UbuntuTouch
    

    x86 instance

    sudo ubuntu-emulator create --arch=i386 UbuntuTouch
    
  3. Ubuntu Touch launch:

    ubuntu-emulator run UbuntuTouch
    

Source : Ubuntu Wiki (see here for more informations)

A.B.
  • 92,125
hg8
  • 13,582