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.
Asked
Active
Viewed 4,722 times
1 Answers
3
You can use Ubuntu Touch Emulator in Ubuntu.
Installation:
sudo apt-get install ubuntu-emulatorInstance creation:
ARM instance
sudo ubuntu-emulator create UbuntuTouchx86 instance
sudo ubuntu-emulator create --arch=i386 UbuntuTouchUbuntu Touch launch:
ubuntu-emulator run UbuntuTouch
Source : Ubuntu Wiki (see here for more informations)