Languages

Menu
Sites
Language
How to develop Native application in visual studio.

I try to develop the native application in visual studio using this reference link

https://docs.tizen.org/application/vstools/Tizen/native/

i follow same step which is in the link. when i try to build the project i am getting this below errors.

and th output log is

Build started...
1>FastUpToDateForTizen:  'C:\Users\hello\source\repos\TizenNative1\TizenNative1\tizen-manifest.xml' was not found. skip to check ... (TizenNative1)
1>------ Build started: Project: TizenNative1, Configuration: Debug ARM ------
1>Tizen Native project Build starts here ------------
1>C:\Users\hello\source\repos\TizenNative1\TizenNative1
1>Workspace: 'C:\Users\hello\source\repos\TizenNative1'
1>Using default certificates
1>Done. Made 11 targets from 18 files in 9ms
1>ninja: Entering directory `debug\wearable-6.0\x86'
1>[1/4] CC obj/TizenNative1/src/tizennative1.o
1>[2/4] SOLINK tpk/lib/libtizennative1.so
1>[3/4] STAMP obj/TizenNative1/all.stamp
1>[4/4] STAMP obj/build/build.stamp
1>ninja: Entering directory `debug\wearable-6.0\x86'
1>ninja: no work to do.
1>tz : error : cannot pack because no executable found
1>C:\Users\hello\source\repos\TizenNative1\TizenNative1\TizenNative1.targets(42,9): error MSB3073: The command "C:\tizen-studio\tools\tizen-core\tz.exe pack C:\Users\hello\source\repos\TizenNative1" exited with code 1.
1>Done building project "TizenNative1.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========

can anyone please help me. what is the issue ? how can i solve this issue ? please anyone help.

 

Edited by: Dev L on 14 Mar, 2022