语言

Menu
Sites
Language
Problem in installation of Hybrid(Web + Native service) application on Emulator

Hi

I am creating a hybrid application in Tizen which contains one Tizen Web and a Tizen Native service application(Of course, I am giving the project reference  and all). When I am trying install the  web application(.wgt file) on Emulator, only web application gets installed. I unpackaged the .wgt file and checked that nativeServiceApp.exe was there in bin directory. Is there any specific setting required for installing and running  hybrid application on tizen emulator.

Please Help.

响应

2 回复
AVSukhov

Hello,

Be sure you have correctly defined gServiceAppId in main.js
It should be equals to "packageIdOfYourWebApp.AppNameOfYourService"

Ibad Rehman

Thanks AVSukhov, It works for me.