Languages

Menu
Sites
Language
Error in Cordova.js

Hello all,

I installed the Tizen SDK on Windows 7 - 64 bit OS. I'm able to run a simple Web / Native Application throiugh IDE on Tizen Emulator. 

I am trying to import Cordova i.e. Phonegap on Tizen. I reffered steps given in Tizen Platform Guide.

I downloaded the Cordova Package from Github Cordova Tizen.

I tried running the sample applications provided with the package. After the import, I'm getting errors in the project when I Build it. 

The errors are with cordova.js file, so not able to run the application. 

Please Help.

Thanks and Regards,

Pawan Chawla

Responses

1 Replies
Alexander AVSukhov

Hello,

I tried to reproduce your problem and faced to the following:

The problem is that the invalid characters are used for application ID in the config.xml

Use '<tizen:application id="srm360kFzh.cordovatizenbasic" ...' instead '<tizen:application id="srm360kFzh.cordova-tizen-basic" ...'

After these changes, I was able to launch a sample application on the device.

Hope this helps you.