언어 설정

Menu
Sites
Language
Web development environment setup

Hello.

I would like to ask a couple of questions regarding web development environment.

1. How to start application using web-simulator from command line?

2. I see that web-simulator supports tizen 2.2 and I can't change it to 2.4. What's more the simulator version is "2.2.1 from October 23, 2013". Does it mean that you dont develop it anymore and we shouldn't use it?

3. In your CLI guide there is a line about running tizen emulator from console 

$ tizen run --target emulator-26101 --pkgid org.tizen.basic

First I don't see an option "target" when I type "tizen run --help" and second where did you get that "emulator-26101". Can I check somehow what version is installed on my computer?

4. Why do we use Chrome as a browser in emulator for debugging and testing when on phones is WebKit? (I know it will change with Tizen 3.0)

Thanks!

Responses

4 댓글
John Ixion
Nibisz

Yes, I'm using Tizen Studio 1.0.1

Armaan-Ul- Islam

1. I also checked the CLI guides and sdb guides but didn't find a command to run on simulator.

3. I am able to list down the target names using 'sdb devices' command.

******@******-1404:~/cli/tools$ ./sdb devices

List of devices attached 
emulator-26111          device    	W-2.3.1
emulator-26101      	device    	M-2.4

If you get some progress please share in this post.

Nibisz

Thanks for your tips.

I know that you can run web-simulator from Tizen-Studio/tools/websimulator/simulator.bat. If you want to start it with your application you need to pass some arguments but I don't know them (you need to analyze .bat body). Right now I just start web-simulator from this localization and then I manually change URL to one which points to proper index.html. 

I still don't know if I should use web-simulator. Beside old version the next alarming thing is that it uses ripple emulator underhood which development has been canceled long time ago.

Olivier Nyssen could you try to answer on some of my questions?