답변:
그것은 모두 PPA의 도움으로 이루어집니다. 터미널을 열고 다음 명령을 실행하기 만하면됩니다 (루트 여야 함).
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에서 테스트되었습니다.
누군가 우분투 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
그것이 도움이되기를 바랍니다 :)