Languages

Menu
Sites
Language
Tizen .net wearable watchface app cannot install Manifest error [-7] failed

New Project from Visual Studio and install on emulator failed to install, anything I did wrong ?

 

Thanks

Responses

1 Replies
Juwon(Julia) Ahn

Sorry for your inconvenience. It's known issue for Tizen Watchface app template.

It will be fixed in the next release of Visual Studio Tools for Tizen.

Until then, please make the following modification to tizen-manifest.xml file.

<watch-application appid="org.tizen.example.TizenWatchfaceApp1" exec="TizenWatchfaceApp1.dll" type="dotnet" ambient-support="false">>
-->
<watch-application appid="org.tizen.example.TizenWatchfaceApp1" exec="TizenWatchfaceApp1.dll" type="dotnet" ambient-support="false">
(Please remove the duplicated '>' at the end.)