简体   繁体   English

如何卸载 Tizen 可穿戴服务应用程序?

[英]How to uninstall Tizen wearable service app?

I have a UI app and a service app as this tutorial specifies, a multi UI launcher and a service app.我有一个本教程指定的 UI 应用程序和一个服务应用程序,一个多 UI 启动器和一个服务应用程序。 But when I relaunch the app from the IDE it says error of a app already installed with the current service app identifier.但是,当我从 IDE 重新启动应用程序时,它会显示已使用当前服务应用程序标识符安装的应用程序错误。

But I do not see any way to update that service app or uninstall it.但我看不到任何更新该服务应用程序或卸载它的方法。 I tried following command on command line and shell window but it says sdb command is not found.我尝试在命令行和 shell window 上执行以下命令,但它说找不到sdb命令。

sdb uninstall org.example.myservice

So what is the proper way of uninstalling a service app?那么卸载服务应用程序的正确方法是什么?

Update Solution:更新解决方案:

it was solved after resetting the device emulator.重置设备模拟器后解决。 It could reinstall service app.它可以重新安装服务应用程序。 But I do not know how to solve sdb command not found.但我不知道如何解决找不到sdb命令。

After SDK installation, sdb.exe will place at the tizen C:\tizen-studio\tools or ~/tizen-studio/tools.Go to this folder, and, use it. SDK 安装后,sdb.exe 将放置在 tizen C:\tizen-studio\tools 或 ~/tizen-studio/tools.Z5F075AE3E1F9D0382FBB8C463 文件夹中,9192FBB8C463 使用此文件夹,9192FBB8C463

If you add this path to your path variables, you can use it anywhere.如果将此路径添加到路径变量中,则可以在任何地方使用它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM