Samsung / Tizen-CSharp-Samples

Tizen C# Samples for Mobile, Wearable, and TV profiles.
Apache License 2.0
233 stars 226 forks source link

how to test the app on watch? #237

Open qywang111 opened 3 years ago

qywang111 commented 3 years ago

Hello I write an app with VS STUDIO,when i try to test my App on Galaxy Watch(samuang gear s3),it shows the following error: 【processing result : Operation not allowed [-4] failed spend time for pkgcmd is [2668]ms】 I used the following language to install the app $ sdb install [path_to_tpk] Ex) $ sdb install /home/tizen/org.example.test-1.0.0-arm.tpk

May you teach me how to test the app on watch? Thank you so much

sgchoi5 commented 3 years ago

Hello, you don't need to use sdb command. Just, do Debug (F5) or Executue (Ctrl + F5)

Yakov5776 commented 3 years ago

I'm getting this too but with the debugger

nghuyy commented 3 years ago

BTW: if you install vs2019, Tizen Extension not show in plugin menu. And you can't create signed packaged. Go back to VS2017, it's work