回答:
すべてPPAの助けを借りて行われます。必要なのは、ターミナルを開いて次のコマンドを実行することだけです(rootになる必要があります)。
sudo add-apt-repository ppa:ubuntu-touch-coreapps-drivers/daily
sudo apt-get update
sudo apt-get install touch-coreapps
インストールが完了すると、Unity Dashでアプリケーションを見つけることができます。Alan Popeによると、アプリはUbuntu 13.10およびUbuntu 14.04でテストされています。
ソース:http : //linux.softpedia.com/blog/How-to-Test-and-Use-Ubuntu-Touch-Core-Apps-on-the-Ubuntu-Desktop-433742.shtml
ubuntu 14.04用の実験的なエミュレーターがあり、誰かが持っている場合はリポジトリからインストールできます:
sudo apt-get update
sudo apt-get install android-emulator
cp -r /usr/share/android/emulator/ ~/
cd ~/emulator/
./build-emulator-sdcard.sh
./run-emulator.sh
その他の場合は、https://wiki.ubuntu.com/Touch/Emulatorをお勧めします
それが役に立てば幸い :)