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

INTEL-XDK and Source/Version control - Is it even supported?

I am very new to phonegap development and just had a INTEL-XDK setup. I am wondering how can I have it work integrated with my source control system. For Source Control, I have Plastic SCM and GitHub. I come from the Visual Studio and VSS/Team…
Moiz Tankiwala
  • 5,500
  • 6
  • 35
  • 49
4
votes
2 answers

Build my cross platform applications using intel XDK without cloud support?

I recently start using Intel XDK. I found that for each platform creation my code will go to Intel cloud center to perform the build. Its a feature mentioned at Product Brief Intel® XDK. Can I build that locally? I mean can I build locally in my…
Manu Mathew
  • 51
  • 1
  • 3
4
votes
2 answers

Best place to start learning how to use Intel XDK

Where can an absolute noob learn how to develop using Intel XDK. Ive searched for tutorials all around but I can't find a thorough enough tutorial to help guide me through the process or developing hybrid apps.
user2313602
  • 173
  • 2
  • 10
4
votes
1 answer

Exclude folders and files from build

I have a mercurial repository and some visual studio files (I am using TypeScript) that I don't want included in my XDK build, but still need to be in the project directory. Is there a way to get Intel XDK to ignore them? I tried using the ignore…
Peter
  • 914
  • 10
  • 22
4
votes
2 answers

Apps built using Intel XDK

I am looking for a showcase/examples of mobile applications built with Intel XDK. Other than Intel, do you know any mainstream/popular organizations who used Intel XDK to make apps on different platforms? I have tried Google and Intel forums but to…
castle
  • 196
  • 2
  • 9
4
votes
2 answers

Intel XDK + Phonegap

Would like to ask, is it possible for me to integrate both Intel XDK API and Phonegap API in a single mobile app? This is because, some of the API is only available in Phonegap and vice versa.
WenHao
  • 1,103
  • 1
  • 14
  • 39
4
votes
4 answers

Intel XDK disable rotation

I made a simple application in Intel XDK. When I was testing the application I noticed that they enabled the accelerometer. For this application it's needed to have only 1 position. How can I disable the accelerometer? Thanks in advance.
user3428833
  • 103
  • 1
  • 8
4
votes
4 answers

Is Intel XDK open source?

Please let me know whether Intel XDK is an open source or not? To what extent it can support HTML5 and for smart devices?
Seipl
  • 53
  • 1
  • 4
4
votes
1 answer

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 stuff for me. From what i understand: Intel XDK by default provides…
Muhammad Umer
  • 14,722
  • 14
  • 69
  • 139
4
votes
4 answers

How do I change the splash screen in the Intel XDK?

I am creating a HTML5 app using the Intel XDK and I want to change the splash screen from the default Project Development. How do I do this? If this is not possible then how do I remove the splash screen?
Pancake_Senpai
  • 855
  • 5
  • 12
  • 19
3
votes
3 answers

OneSignal Get Player Id

I'm doing an app for a homework in my school and I'm using Onesignal REST API, but I want to save the player id in my database to use it in another application like a server sender. My application is in intel xdk and I'm using Cordova to build on…
Julio Salazar
  • 91
  • 1
  • 1
  • 5
3
votes
1 answer

Understanding picture handling in Intel XDK

I've used this code to use my phone's photo library // event listener for camera document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { pictureSource=navigator.camera.PictureSourceType; …
Shawn
  • 2,624
  • 3
  • 22
  • 46
3
votes
1 answer

What are some good Intel XDK alternatives?

With Intel changing the focus of their Intel XDK Editor and deprecating lots of important features like their ondevice debugger, what are some good free alternatives to develop cordova/phonegap apps? Features this editor should have: Plugin…
mitchoz
  • 65
  • 1
  • 10
3
votes
1 answer

HTML embedded Vimeo player fails in Cordova CLI 5.4.1 and 6.2.0

I'm using the Intel XDK to build my Cordova app. I have an HTML/Javascript app that plays embedded Vimeo videos fine in web browsers. When I build with Cordova CLI 5.1.1 things work fine as well for the iOS and Android apps. When I build using…
Keith Turkowski
  • 547
  • 4
  • 9
3
votes
2 answers

No 'Access-Control-Allow-Origin' issue on live Hybrid App

I am done developing my first hybrid app. It runs smoothly in localhost. But when I tried to make it live, I got this error. XMLHttpRequest cannot load https://www.example.com/app/login.php. No 'Access-Control-Allow-Origin' header is present on…
c.k
  • 1,045
  • 1
  • 14
  • 30
1
2
3
56 57