mobile - How Do I install an app on the ubuntu Touch device -


I am looking into Ubuntu Touch.

So I installed Ubuntu on Nexus 10

I created the sample app by following the instructions

So now I have the equipment which is Ubuntu Touching and running an application, how do I put an app on the device? Qt Creator : You can open your project by connecting your Ubuntu Touch device via USB and simply press Ctrl + F12 .

This only works when you have installed the SSH-server once on the device.

Alternatively you can manually . Copy the required files (* .qml and * .desktop) to the device and start the application via SSH

  qmlscene --desktop_file_hint = / usr / share / applications / qmlscene.desktop YourApp.qml   

Remember, this is all beta and if you are not a developer, at this level you will not have much use for Ubuntu Touch. After all, Ubuntu Touch will have your app store, where it will be very easy to download the app and install them on your device.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -