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

843 questions
17
votes
2 answers

What is a difference between intel xdk, appmobi, and crosswalk?

As far as I know they are all from intel, do the same thing, and yet do not mention each other at all. So can someone clear some confusion, what and how they are different. I understand they are for making mobile apps, I checked out appmobi it…
Muhammad Umer
  • 14,722
  • 14
  • 69
  • 139
16
votes
2 answers

Different between phonegap and intel xdk or others

So, i just beginning to make hybrid mobile apps, and at first i'm going to learn phonegap but after reading some article there is mentioned about intel XDK which do what that phonegap can do but in more straight forward instalation(it have ide,…
PamanBeruang
  • 1,401
  • 3
  • 24
  • 50
9
votes
4 answers

basic javascript alert not working in Intel XDK code editor

I'm starting fresh with a new blank Intel project and I haven't even started coding yet. I'm just setting up my file tree and making sure the html and javascript pages are connected via the right anchors and script paths. My first .js file won't…
Spilot
  • 1,325
  • 6
  • 26
  • 50
9
votes
2 answers

Leaflet only loads one tile

I have a problem with Leaflet that actually holds up my whole work. For some reasons I can not explain, the UI of Leaflet is correctly loaded in my Intel XDK app, but there is only one map tile loaded - the same code works in another test app! Now,…
patrickcipot
  • 297
  • 2
  • 9
9
votes
1 answer

intel-xdk: how to delete projects builds created on cloud

I just started using intel XDK since a week. Its nice working with intel xdk. Its build version is build 0277. I created several test projects while learning, several builds were created on cloud. But I didn't find any option for deleting those…
Chintan Soni
  • 22,543
  • 24
  • 96
  • 158
8
votes
4 answers

Doubts on Phonegap.js, Phonegap Build and Intel XDK

I am very new to mobile application development. Now I am into a mobile application project which should work on IOS, Android, BB and WP. After googling to learn what can I do on this, I felt Phonegap fulfils my requirement. I have downloaded and…
Bala
  • 3,226
  • 10
  • 41
  • 73
7
votes
5 answers

Intel Edison MRAA module not working

I recently downloaded the Intel XDK IOT version and used the LED pin 13 Blink sample. I then uploaded the program onto the Edison, but it came up with a few errors; One of them being that it could not find the MRAA module. The sample code that came…
kirtan-shah
  • 180
  • 3
  • 19
6
votes
1 answer

How to make special manifest entries for intel xdk android plugin

I want to use java plugin in intel XDK for android project. I am following intel written plugin development tutorial and able to develop and use my plugin very well. Problem: I have develop one more plugin which need some specific entries in the…
Aditya
  • 1,700
  • 1
  • 15
  • 31
5
votes
1 answer

How to open (not save) a blob generated with jspdf with Cordova for Android?

I´m having issues trying to open a PDF file blob generated with jspdf using cordova. I found that there is a lot of 'security' measures on Android that make incredibly difficult to open from a saved file, more for me because I´m noob with cross…
Alan Alvarez
  • 489
  • 8
  • 24
5
votes
1 answer

Pixi.js touch events not firing on iPhone after pushing intel-xdk files

I have created a small test project to replicate the problem. The project contains only pixi.min.js and index.html with code from this example: http://pixijs.github.io/examples/index.html?s=demos&f=interactivity.js&title=Interactivity Buttons work…
James May
  • 516
  • 2
  • 10
5
votes
3 answers

Intel XDK: Connecting your mobile app to a database

I am currently developing an application which if I don't have a database, the application after building will be heavy. How do I connect the application to a database, either local or remote? Thanks in advance.
Ng'esh
  • 97
  • 1
  • 1
  • 9
5
votes
5 answers

The output of intel XDK (.apk) is too large ! (android)

i wanna build a web base android application with intel XDK! i tried but the output apk file is too large, My files are totaly 2.4MB but the output is 15.6Mb ! What should I do ?
Hosein
  • 149
  • 2
  • 10
4
votes
1 answer

Bind backbutton Intel XDK, even before a redirect

Context I'm trying to simulate a WebView using Intel XDK. Before reading some post on Stack Overflow I read that the better way to archive this is using a window.location = "url";. It worked like a charm. Problem Now I want to bind the hardware…
agustin
  • 1,526
  • 2
  • 16
  • 35
4
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
  • 310
  • 2
  • 20
4
votes
1 answer

How to add sounds with JQM and IntelXDK

I am working on an app and using IntelXDK to build it. I need to play some sounds if conditions are met, first I have tried HTML5 with JS and on desketop it's working but when built, it has no sound... First attempt - HTML5 & JS
Alin
  • 1,038
  • 3
  • 19
  • 43
1
2 3
56 57