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
3
votes
2 answers

res/drawable files in Intel XDK

Is there a way in xdk to transfer files to the android/res/drawable folder? I've the following files: src/android/drawable/noti_icon.png www/src/android/drawable/noti_icon.png And I've tryed it by including the following lines in my…
Tom
  • 101
  • 6
3
votes
1 answer

jquery mobile navigation link not working on first click

I am creating an apache cordova application using jquery mobile. I have a login page where on successful login the page is redirected to mainpage.html by using $( ":mobile-pagecontainer" ).pagecontainer("change", "mainpage.html"); On the…
3
votes
1 answer

hello.js facebook login redirect uri not supported, app ID invalid

I'm building a mobile app using Intel-xdk along with hello.js (a client side javascript sdk) for facebook login because it's the only thing that makes fb login work for me on Intel. The hello.js instructions were hard for me to figure out even…
Spilot
  • 1,495
  • 8
  • 29
  • 55
3
votes
0 answers

error when setting up parse with intel xdk

I'm starting from scratch here just trying to get the basic connection between intel and parse working. I set up the parse web service in Intel-XDK and copied the necessary javascript test code from Parse into my js file. I attached a button click…
Spilot
  • 1,495
  • 8
  • 29
  • 55
3
votes
1 answer

Intel XDK Ajax Access not allowed after uploading to server [working good in xampp]

I am building an XDK app, was working good in xampp and fixed the header problem, after uploading to a live server the ajax call is not working and I got this error XMLHttpRequest cannot load…
Hesham Watany
  • 300
  • 3
  • 20
3
votes
2 answers

apprate with XDK does not work

I am using org.pushandplay.cordova.apprate with XDK for Android. It just does not work. Maybe it's a syntax problem, but I cannot figure it out. I have already searched quite some forums with not sufficient answer. Here's how I did it: I installed…
user9
  • 145
  • 1
  • 12
3
votes
2 answers

delete data in sql using ajax and php in XDK

i want to delete a row of data in my sql when delete button is pressed in xdk. i searched for some codes but still doesnt delete the data. this is the php file (delete.php)
3
votes
0 answers

Javascript SDK issue with Facebook iframe Cross Domain Communication - Security Error sandboxed iframes

Hi im currently developing HTML5+Cordova app that is using Facebook Javascript SDK using Intel XDK. I develop the index.html and host this in a local server like: http://localhost:9090/app/index.html When i test the index.html in browser (firefox)…
3
votes
1 answer

HTTP Basic Authentication with Intel XDK

I'm currently working with Intel XDK and at this moment I'm trying to integrate a personal rest API with my app. I managed to configure the files that are necessary for Intel XDK to recognize the API and I'm already able to call the methods within…
user1757371
3
votes
1 answer

Intel XDK SSL (API Secure)

I'm developing an application that communicates with a server through an SSL tunnel. For this, I use the API of intel xdk called API Secure. Specifically these functions: https://software.intel.com/en-us/node/560364 The problem I have, is when i…
3
votes
2 answers

AJAX, intel XDK not working

I have just stated using XDK and I think its an excellent piece of software. I want to use PHP files in my APP and make calls to an XAMPP database. I am aware that I have to use jquery/AJAX to connect via PHP files. My first step is just to get an…
Fintan Creaven
  • 250
  • 2
  • 17
3
votes
1 answer

is it possible to embed a 'X-Frame-Options: SAMEORIGIN" website in phoneGap?

Is there a way to have a ("X-Frame-Options: SAMEORIGIN") website in phonegap: or in opthers terms : I want to embed google.com inside my phonegap application: is this possible ? (I tried with iframe and no way) (I use intel SDK crosswalk)
yarek
  • 11,278
  • 30
  • 120
  • 219
3
votes
0 answers

How to display JSON data according to URL parameter(year) passing (if it is 2015, 2015 data only should display not 2016 data))

I am creating hybrid application by using Intel xdk and I am using jQuery Mobile for UI, I am trying to display my JSON data into my label, first up all let me tell you UI design how i need. I have two buttons (increment, decrement) in between these…
3
votes
2 answers

INTEL XDK Ajax response is not working

I am just start working in INTEL XDK after almost one year.I have created 20-21 android apps.Now I had downloaded aIntel xdk new version about 3 months ago.and now I have downloaded the latest version of intel xdk. I have created an apk which was…
Hardik Vyas
  • 500
  • 1
  • 7
  • 27
3
votes
1 answer

Android Build for socket.io using intel xdk

I use IntelXDK 2015 update for build my apps. I build an app using "Cordova Hybrid Mobile App Platforms" for "Android Build" option but socket.io didn't worked. However when I used "Legacy Hybrid Mobile App Platforms" for "Android Build" option,…
jfraber
  • 607
  • 1
  • 5
  • 6
1 2
3
55 56