These tips can be found in index.html when creating a new empty XDK project:
. intelxdk.js cordova.js - , , index.html. JS , "phantom". , , XDK.
When building with any of the XDK Cordova build systems (e.g., "Cordova Hybrid App") you can
omit the "intelxdk.js" and "xhr.js" script files shown below. It does not hurt to keep them, but
they are not used in that environment, they are only needed for the "legacy" XDK build systems.
(In the case of the Cordova build system, the Cordova and XDK apis are included as plugins
and the CORS configuration is specified as a parameter in the build configuration file.)
, , , API, API Accelerometer, Geolocation Base, , Intel API .

:
intelxdk.js cordova.js, , Phantom , script, , , , index.html:
<script src="intelxdk.js"></script>
<script src="cordova.js"></script>