Languages

Menu
Sites
Language
Starting emulator from cmd

Hello,

I am totally new to Tizen, getting my first steps into this magic world. I met with first issue after SDK 2.3 installation. I am able to run emulator from Tizen IDE, it launches and works correctly. Problem occurs when I try to start emulator from command line (working on Ubuntu 12.04):

> ./emulator-x86 --skin-args width=480 height=800
> emulator-x86: error while loading shared libraries: libavresample-emul.so.1: cannot open shared object file: No such file or directory

What is the problem here? Why emulator launches from IDE but it doesn't want to cooperate from cmd? Should I run it with some extra parameters?

And my second question that came to my ming right now - what is "Hearbeat" parameter for emulator skin options? I mean what is this heartbeat signal? I am confused after reading part of official docs: "Generally, a skin process for the Emulator periodically checks the heartbeat that an Emulator process sends."

I will be grateful for any kind of help, I am really curious what's going on with this error.

 

Responses

2 Replies
Alex Ashirov

Hi,

At least you must add qemu options. They are mandatory. Please see the article below for description of the options and command line samples:

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.gettingstarted/html/dev_env/emulator_startup_options.htm

Alex Dem


Hi,
I think it is not so simple to configure manually cmd line, but for Win I have performed such trick:
https://developer.tizen.org/forums/sdk-ide/tizen-emulator-emulator-x86.exe-command-line-not-working
Alexey.