我尝试使用此参考链接这是参考链接在visual中开发本机应用程序。
我遵循链接中的相同步骤。当我试图构建这个项目时,我得到了下面的错误。

输出日志是
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 ========有人能帮帮我吗。有什么问题吗?我怎样才能解决这个问题?请大家帮忙。
发布于 2022-03-16 11:36:30
对我来说,我没有问题。我认为您在VS2022上构建了一个可穿戴的6.0本地应用程序和arm arch。
你能把Tizen更新为最新版本吗?截至3月16日,最新版本为4.5.1谢谢
E:\test345\TizenNative1\debug\wearable-6.0\x86\org.example.tizennative1-0.0.1-x86.tpk 1>6/6邮票obj/ 1>Package /1>Package. ==========构建:1成功,0失败,0最新,0跳过==========
https://stackoverflow.com/questions/71471479
复制相似问题