Questions tagged [intel-xdk]

The Intel® XDK development system enables software developers to develop, test, preview and deploy HTML5 web and hybrid apps.

Intel® XDK has been discontinued. Statements by Intel can be found at https://software.intel.com/en-us/xdk and https://software.intel.com/en-us/forums/intel-xdk/topic/722218.

This product is no longer being developed or updated for new operating systems and devices. Developers may continue to use the final version of Intel® XDK, however product support will be provided by the Intel XDK community.


Intel® XDK HTML5 Cross-platform Development Tool provides a simplified workflow to enable developers to easily design, debug, build, and deploy web and hybrid apps across multiple app stores, and form factor devices.

Built on web technologies

  • HTML, CSS, JavaScript*, Node-webkit back-end
  • No browser or Java* dependencies
  • Runs on Microsoft Windows* 7, 8, Apple OS X* and Linux*

Creation options

  • Brackets* editor integration with syntax help and auto-completion
  • Or, use your own editor with the Intel XDK
  • Drag & drop UI tool for creating responsive web designs

Integrated Tools

  • Apache * support for Apple iOS*, Android* and Windows* 8
  • Apache Ripple* device emulator and debugger
  • Remote debugging on device with Apache Weinre*
  • Build and debug with Crosswalk* for Android 4.0+ devices

The Intel® XDK

The Intel® XDK is a no cost, integrated HTML5 app development environment for creating cross-platform apps for multiple app stores and form factors. Features include:

  • Editor, device emulator and debugger
  • App Preview for on-device testing
  • Installs on Microsoft Windows*, Apple OS X* and Linux*
  • Intel cloud-based build system for popular mobile targets
  • No need to download or install native platform SDKs

Resources & Links

840 questions
2
votes
0 answers

Intel XDK - how to install app on Windows 10 Mobile

I have create an app with Intel XDK and it works perfectly on Android and Ios. I am now attempting to test it on a Windows Device and then send it to the Windows Store. Building the app in Intel XDK, it creates the .appxupload and a test folder with…
2
votes
1 answer

Calling function from class

In a hybrid mobile app I'm working on I can't call functions or methods from external classes. I've simplified the code to just this: var hub_api = (function() { function send() { console.log('hub api called'); }; return { …
stephen
  • 385
  • 3
  • 24
2
votes
1 answer

Intel XDK can't install debug module

Recently I was building a Cordova app in Intel XDK. Everything worked fine, but I've decided to remove one of the plugins (for caching images locally) and I did it (it appears on the list that it is removed from project but not updated yet in debug…
lukaszkups
  • 5,790
  • 9
  • 47
  • 85
2
votes
1 answer

Building App in intel xdk for Apple(IOS)

The screen is scroll-able with my header and footer fixed, but i am not liking that. How can i remove the scroll? Please if anyone can help me out . https://i.stack.imgur.com/Uquml.jpg
Shubham
  • 21
  • 2
2
votes
1 answer

Intel xdk 2 barcode scanners

I'm trying to implement 2 barcode scanners to 2 diffrent buttons. The problem is that when I press one or the other button, both scripts are being used with each button. How I need to seperate them? Button 1:
dziugas009
  • 49
  • 5
2
votes
1 answer

How Does XDK Compile IOS Apps without a MAC?

I am a newbie for XDK iOS Development and I was wondering how does it compile iOS apps without a MAC? If its cloud build, how does it work even when I am offline?
user2801184
  • 329
  • 7
  • 27
2
votes
1 answer

jquery mobile intel xdk app form submission not working

I am creating a jquery mobile app which has a form in it that posts data to an online server. When the form has an action attribute in it the form submits correctly and displays a message on the submission page. Although I have jquery attached to it…
shev
  • 41
  • 5
2
votes
1 answer

Parse push notifications: iOS device token is undefined

I'm developing an app for iOS platform with Cordova (and Intel XDK). I'm using this plugin for push notifications with Parse platform: https://github.com/cranberrygame/cordova-plugin-pushnotification-parse The device is registered to Parse properly,…
Héctor
  • 24,444
  • 35
  • 132
  • 243
2
votes
1 answer

Where are the Intel XDK build logs?

When I build XDK for iOS, I get the message 'An error occurred while building the application. Verify your build assets are correct and try again': I have searched online and checked the build assets, but can't find anything wrong, so I am stuck.…
acarlon
  • 16,764
  • 7
  • 75
  • 94
2
votes
1 answer

$.Post doesn't work in Intel XDK

I've a basic code in xdk. An app with one button and the code for that button is : $.post("http://url/test.php", {test:'1'}, function(res){ alert(res); } ); For testing purpose, I've a php code in a…
Priyabrata
  • 1,202
  • 3
  • 19
  • 57
2
votes
1 answer

filesaver.js not working with cordova apps

I have a web app using filesaver.js to create some files that will be downloaded later to a user's computer. I transfered the same scripts files I am using for this web app in my cordova application. Everything is working perfect except the download…
cssGEEK
  • 994
  • 2
  • 15
  • 38
2
votes
1 answer

Change Android app Icon in Intel XDK

I've recently finished my HTML5 app for Android using INTEL XDK , and after all , I exported my project . after I installed it on my device , The app Icon was something related to cordova I guess . I'm just new to these softwares and plugIns . Can…
tsepehr
  • 147
  • 1
  • 5
  • 13
2
votes
1 answer

How to build a Intel XDK project from command line?

While Cordova and PhoneGap projects can be built with command line tools, I don't know if the same is possible for Intel XDK. I'd like to automate environment switch (development/acceptance/production) with some scripts. Can I do this?
Tasso Evangelista
  • 1,612
  • 1
  • 16
  • 23
2
votes
1 answer

Access Cordova CLI in local Intel-XDK

Intel-XDK uses third party Cordova plugins only at build time. Is there a way to implement a third party plugin using Cordova CLI in my local Intel-XDK environment? In other words, can I access the internal Intel-XDK Cordova server in some way?
Jack541108
  • 21
  • 1
2
votes
2 answers

Ajax connection from Intex XDK failing

I’m having a problem connecting to a php page using Ajax from my phone. I’ve simplified the transaction as much as possible. The server side code is: The client side code is: $.ajax({ ‘url’:…
stephen
  • 385
  • 3
  • 24