Samsung/Tizen-CSharp-Samples

how to test the app on watch?

qywang111 opened this issue · 3 comments

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

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

I'm getting this too but with the debugger

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