lum*_*tes 5 command-line application-development qml ubuntu-sdk ubuntu-touch
如何从终端运行 ubuntu touch 应用程序?它们存放在哪里?
开发人员进行应用程序测试的一种便捷方式是通过
adb
. 为了方便起见,我们提供了一个 cli 工具,名为ubuntu-app-launch
.
因此,创建一个远程连接phablet-shell
并使用它们的桌面文件名启动您的应用程序:
ubuntu-app-launch com.ubuntu.calculator_calculator_1.3.316
ubuntu-app-launch dialer-app
Run Code Online (Sandbox Code Playgroud)
您将在以下文件夹中找到您的应用程序桌面文件:
/usr/share/applications
对于系统应用程序和~/.local/share/applications
对于用户应用程序。来源:https : //wiki.ubuntu.com/Touch/Testing#Start_Applications_through_adb