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.