언어 설정

Menu
Sites
Language
Win 7 x64 and SDK 2.2: Can't launch app in emulator

Every time I try to initiate debug session or just launch application on emulator I'm getting first

"Executing the install command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/test.wgt"

$ /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/test.wgt"
path is /opt/usr/apps/tmp/test.wgt"
 
which after some time turns into 
 
"Installing the package failed.
org.tizen.sdblib.exception.ShellCommandUnresponsiveException"
 
I reinstalled SDK couple of times, checked both 32bit and 64bit version of SDK, recreated emulators and projects - no luck. 
 
Any ideas? Did anybody here confront such behaviour? 
Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 댓글
Pushpa G
Refer to https://developer.tizen.org/forums/web-application-development/when-project-run-tizen-web-application-get-error-install-package-failed , https://developer.tizen.org/forums/web-application-development/reinstalling-widget-package-on-emulator-fails and https://developer.tizen.org/forums/general-support/app-install-fails-tizen-2.0-reference-device , hope it helps you
Ivash
Seems like my issue was related to launching emulator from RDP session. Retrying under normal session (local login) seems to get the issue resolved. But the question is: is it possible to have SDK & Emulator on one machine and access it via RDP from another machine? Lets say I have one powerful but remote machine and another much slower one - locally. What I'd like to do is to use RDP from slower one to more powerful. But seems like it doesn't work.