언어 설정

Menu
Sites
Language
Web apps not running in Tizen emulator

Hi All,

When i try to run a sample web app in Tizen 2.2 Emulator its not working in Emulator. Sometimes emulator got crashed.  In the same time,  sample native app it working fine in Emulator. Am using Windows 7 64 bit system. The exception log got from IDE as below. How can i to solve this issue ?

 

09-20 16:13:42.282 : ERROR / Tizen::Base::Collection ( 2484 : 2484 ) : virtual result Tizen::Base::Collection::ArrayList::IndexOf(const Tizen::Base::Object&, int, int, int&) const(290) > [E_OBJ_NOT_FOUND] The arraylist is empty.
09-20 16:13:42.282 : ERROR / Tizen::Base::Collection ( 2484 : 2484 ) : virtual result Tizen::Base::Collection::ArrayList::Remove(const Tizen::Base::Object&)(393) > [E_OBJ_NOT_FOUND] Propagating.
09-20 16:13:42.282 : ERROR / Tizen::Base::Collection ( 2484 : 2484 ) : virtual result Tizen::Base::Collection::ArrayList::IndexOf(const Tizen::Base::Object&, int, int, int&) const(290) > [E_OBJ_NOT_FOUND] The arraylist is empty.
09-20 16:13:42.282 : ERROR / Tizen::Base::Collection ( 2484 : 2484 ) : virtual result Tizen::Base::Collection::ArrayList::Remove(const Tizen::Base::Object&)(393) > [E_OBJ_NOT_FOUND] Propagating.
09-20 16:13:42.282 : ERROR / Tizen::App ( 2484 : 2484 ) : virtual void Tizen::App::_ContextManager::OnApplicationTerminated(const Tizen::App::AppId&, int)(477) > Not registered pid(2568)
 
 
Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

4 댓글
talari praveen kumar
Hi Try to install the app manually using this command wrt-installer -i myapp.wgt and share the logs
Fedor Efimenko

Please tell me where to enter this command?

I do so
1. Open the emulator connection explorer
2. Launch the application via the button "run"

so I do not have the console where should I enter this

https://developer.tizen.org/forums/web-application-development/run-application-on-emulator

konduri sai swathi

Hi,

From the connection explorer, select the emulator push the widget file into the /tmp folder. Then right click on emulator and select shell. Terminal will be opened. 

Type the below commands :

1) su -

2) cd /tmp

3) wrt-installer -i yourapp.wgt

These steps will install your application on the emulator.

Fedor Efimenko

http://i.imgur.com/DvpgR41.png

when I click on the application in the emulator, nothing happens