如何在Ubuntu桌面上运行Ubuntu touch应用程序?

我看到有一些很好的应用程序正在为Ubuntu touch开发, 其中一些支持更大的屏幕 。 现在,我想在我的桌面上运行其中一些应用程序? 这可能吗? 如果是这样,怎么办呢?

我看到可以安装核心应用程序 ,但我没有找到任何安装点击包的说明 。

这一切都是在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

希望能帮助到你 :)