I'm new to Tizen and started development by setting the SDK version as 2.2 in a 64-bit Windows 7 machine.
I created a new WEB app and while trying to run it (on emulator and a real device) nothing is happening after the installation. I tried several times to launch the application, but its not launching (in emulator, a black screen is appearing).
There is no problems with the NATIVE applications. Sample Native applications are running without any issue in both emulator and device.
The device details are as follows:
Ref.Device-PQ
TIZEN 2.2.0 (Tizen_Ref.Device-PQ_20130719.1629)
While trying to launch the application I'm getting the error log as follows:
09-23 14:09:24.465 : ERROR / Tizen::Base::Collection ( 2709 : 2709 ) : 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-23 14:09:24.465 : ERROR / Tizen::Base::Collection ( 2709 : 2709 ) : virtual result Tizen::Base::Collection::ArrayList::Remove(const Tizen::Base::Object&)(393) > [E_OBJ_NOT_FOUND] Propagating.
09-23 14:09:24.465 : ERROR / Tizen::Base::Collection ( 2709 : 2709 ) : 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-23 14:09:24.465 : ERROR / Tizen::Base::Collection ( 2709 : 2709 ) : virtual result Tizen::Base::Collection::ArrayList::Remove(const Tizen::Base::Object&)(393) > [E_OBJ_NOT_FOUND] Propagating.
09-23 14:09:24.465 : ERROR / Tizen::App ( 2709 : 2709 ) : virtual void Tizen::App::_ContextManager::OnApplicationTerminated(const Tizen::App::AppId&, int)(477) > Not registered pid(3560)
Please give some light on the issue which I'm facing with WEB apps, Whether I need to make any additional settings to run WEB applications in Tizen 2.2.
Thanks in advance...