Skip to content Skip to sidebar Skip to footer

Building App In Intel Xdk: Do You Need To Build For Cordova To Use Cordova Apis

I have just learned of intel xdk and i am going over how it works and what are steps to produce apps.. However, i am stuck at some place in understanding it. Can you clarify some s

Solution 1:

Yes, you can build as "Android" app and cordova APIs will work as long as "cordova.js" script tag is included. It was mainly meant for building apps with intel.xdk APIs, Cordova 2.9 support was later added, Cordova plugins are not supported in this build.

"Cordova for Android" is in beta release, this is more like an actual Cordova app built using Cordova CLI, Cordova plugins will soon be supported, intel.xdk APIs are not supported. You have to include "cordova.js" script tag for Cordova APIs to work. This will become the default build for Android in future.

Post a Comment for "Building App In Intel Xdk: Do You Need To Build For Cordova To Use Cordova Apis"