Answers:
这一切都是在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
希望能帮助到你 :)