Hello,
I am trying to run my application with the Tizen
emulator (emulimg-2.2.x86) on PC (with the windows OS), but the
application didn't start and I got this error "Myapplication has closed
unexpectedly".
Here is the output during the execution on the IDE:
=============================================================
Starting to launch the Tizen web application.
Step > Initializing the environment for launching the package
Setting the default context...
Setting the target information...
Target device name: tunisia
Setting application information...
Project name: BudgetManager
Application id: RwFp9tAB2t.BudgetManager
Application package name: RwFp9tAB2t
Application guid: http://espritmobile/BudgetManager
Application path: C:/Users/Karray/workspace/BudgetManager/BudgetManager.wgt
Initializing the environment for launching the package succeeded.
Step > Stopping previous running widget
Stopping previous running widget succeeded.
Step > Rapid development support[RDS]
Because the RDS failed , IDE'll try to install whole package again.
Step > Uninstalling the package
Uninstalling the package id : RwFp9tAB2t.BudgetManager
Uninstalling the package command : /usr/bin/pkgcmd -u -q -t wgt -n "RwFp9tAB2t"
$ /usr/bin/pkgcmd -u -q -t wgt -n "RwFp9tAB2t"
start process (uninstall)
end process (ok)
spend time for pkgcmd is [3947]ms
cmd_ret:0
Confirm uninstall
Confirm uninstall success
Uninstalling the package succeeded.
Step > Transferring the package from host to target
Confirm if the package file exist in local
Transferring the package from host to target
Transferring the package from host to target succeeded
Step > Installing the package
Installing...
Executing the install command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/BudgetManager.wgt"
$ /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/BudgetManager.wgt"
path is /opt/usr/apps/tmp/BudgetManager.wgt
start process (install)
.....................
icon_path : /opt/share/icons/default/small/RwFp9tAB2t.BudgetManager.png
.................
end process (ok)
spend time for pkgcmd is [10209]ms
cmd_ret:0
Executing the install command succeeded.
Checking for whether widget is successfully installed.
Installing the package succeeded.
Step > Uploading delta to target
Uploading delta to target succeeded.
Step > Running the package is started.
Command for running: /usr/bin/wrt-launcher --start "RwFp9tAB2t.BudgetManager" --timeout="300"
Result of the command
result: launched
Checking for running status
Running the package succeeded.
Launching the Tizen web application succeeded.
(21.383 sec)
================================================================
And you'll find in the following link the emulator log file:
http://www1.datafilehost.com/d/254a33f2
And this the emulator log-skn log file:
http://www1.datafilehost.com/d/83132490
Anyone have an idea about the solution?
Thank you in advance!