Display Android code generation alerts in a phone conversation

I get a warning when I start in the emulator using the technology of talking on the phone in android.

"Building exception coredova js globals: ReferenceError: cannot find variable: org for key" exec ".

Actually, I don’t understand why this come.same code works on a blackberry.

please, help

+5
source share
2 answers

the cordova.js is different for blackberry and android. Replace the coredova.js file with the appropriate js for android.

+1
source

thanks @AnhSirk ...

I also made this stupid mistake ... copy the same file "cordova.js" for Blackberry to the android project .... and get the same message Alert -

cordova JS globals: : org "exec"

"cordova.js" Android, .

,

-1

All Articles