Languages

Menu
Sites
Language
Installing an application on the Emulator

Hello everyone,

I am developping a web Tizen application, and I followed the different installation steps mentionned in this URL:

https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fapp_dev_process%2Fsigning_application_package.htm

When I excute this command (webtizen install -w hellotizen.wgt -i hellotizen.org) in the CLI console, it shows that the application has been installed, but when I tried to upload it into the Tizen Market, I got always a message from the technical team  ("Failed to install application") !!!

I doubt if i am following the wrong tutorial?

here is the log sent by the technical team:

http://www1.datafilehost.com/d/f86e8eed

What's wrong?

Thanks in advance

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

7 Replies
karray gargouri
Is my procedure correct? or should I install my web application differently?
Lakshmi Grandhi
Hii The link you gave for installation steps doesn't redirect me to any installation procedure page. Check it again once and post the link you followed
karray gargouri
Hello, Soryy, but at the left of the window, you should click on: Tizen WebApp programming -> IDE and tools -> Command Line Interface... If is there any other link to follow, it will be nice to mention it, thx!
Lakshmi Grandhi
hi the steps you followed are correct, there is another option to create package using eclipse ide try with that option
karray gargouri
Thanks for your reply, but could you please tell me what is this another option with the eclipse IDE?
Lakshmi Grandhi
if you havent installed tizen sdk 2.1 then download tizen install manager and sdk image 2.1 from https://developer.tizen.org/downloads/tizen-sdk and install sdk as mentioned in the below link https://developer.tizen.org/downloads/sdk/installing-tizen-sdk select installed tizenIDE then create a new project in sdk file--> tizenwebproject->tizen web ui framework -> single page application after creating right click on the created file then "run as" "tizen web applicaion", then your application is installed on the targeted device, after that you can upload into tizen market
karray gargouri
Ok, Thank you... I'll try to follow your steps!