Hi there,
I'm trying to create a web service application. I put the following in the config.xml file, just like the examples.
<tizen:service
id="applicatv1.kernel"
auto-restart="true"
on-boot="true">
<tizen:content src="kernel.js" />
<tizen:name>Demo Kernel</tizen:name>
<tizen:icon src="demo.png" />
<tizen:description>Kernel For Demo</tizen:description>
</tizen:service>
But I'm getting the following validation errors and I can't compile the project (there is a wgt but I can't deploy it):
Malformed URL (on the tizen:content element)
Invalid content was found starting with element 'tizen:service'. One of '{"http://www.w3.org/ns/widgets":name, ... is expected.
Anyone else had this?