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


Answers:


4

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


2

对于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

希望能帮助到你 :)


谢谢!那是个不错的开始。我想这还不是很完美,因为它是一个沙盒环境,因此还没有轻松的文件访问权限。但是,我敢肯定,有一天我们会到达那里:)
metakermit
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.