Error Intel XDK Register - intel-xdk

This happens when I try to login or register me in Intel XDK.
what I do?
PS. I already have an account; disabled the firewall too.
Link to image

The latest Intel XDK build is broken. Go here to download the previous version: https://software.intel.com/en-us/forums/intel-xdk/topic/705276
Search for xdk_web_win_master_3759

Related

From Where I Can Download Intel XDK Version 3987 for Mac?

I understand that Intel XDK has been retired and the download links are no longer working.
I want to download and use Intel XDK (version 3987) for Mac. Because, I need to update a few apps made through Intel XDK.
Can someone tell me from where I can download Intel XDK (version 3987) or a DropBox link?
Sorry, but those downloads are no longer available. Even if you do find someone who has saved away an installer, it is unlikely to work well without the XDK backend services, which have also been retired.
Please see Alternatives to Using the IntelĀ® XDK to Develop Mobile Apps on the Intel site for help.
Note that the Intel XDK was an assembly of most of the tools described in that article. So those tools are your best place to start. Also, see the additional reference links at the bottom of that article.

Trouble running emulator in android studio

I am unable to run the emulator in android studio. I received a "Your cpu does not support required features (VT-x or SVM)" message. Someone told me to try and do what this link states "http://www.howtogeek.com/213795/how-to-enable-intel-vt-x-in-your-computers-bios-or-uefi-firmware/" which led me to a video and I tried following those directions but was unable to because first, there was no HyperV feature in the Windows features section. Second, there was no UEFI Firmware settings icon when I went to advanced settings in set up. How can I proceed from here to enable the VT-x in order for me to be able to use the emulator in Android studios? Thank you so much!!
Okay your cpu does not support is not the same as cannot use emulator you just have to use one that runs x86 images which is in fact GenyMotion...
https://www.genymotion.com/
sign up for free account and when you download you want the full install package with virtualbox included.
and it does support instantrun just like the google android emulators do
You will also find the android studio genymotion plugin at the same site to download and use with android studiio

Cannot find/download .csr file from Intel XDK

I am new to Intel XDK and have developed iOS app. I am trying to deploy the iOS app using Intel XDK. I need a CSR file for it. I am trying to generate CSR file using Intel XDK. But I cannot download the generated CSR file anywhere. I searched my local system and also can't find any such files.
You can generate .csr file from intel xdk. fill in the details and click submit. wait for some time to complete the process then it will show pop up to download the file to desired location. try and if you have any other problem reply.
I get this image but no any download option.
This is what you should get when you click submit.
after that you will get this pop up. I you are not getting these it should be a bug in intel xdk.

Intel XDK legacy Build Problam

In new version of intel xdk they removed legacy build option and now only showing cordova hybrid build option which not good because apk easily convertible to zip it is showing complete source code in asset folder to protect from it ,i want to use cordova-plugin-crypt-file (https://github.com/tkyaji/cordova-plugin-crypt-file) plugin in intel xdk to protect complete source code how can i use this plugin if anybody have any link or suggestion or any other way to solve problem so please help me.
In updated Intel xdk ,they remove legacy build option.But in the updated intel xdk you can build normal application and cross Walk application.Also the above mentioned plugin work on crosswalk , android and ios.

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 system itself using Intel XDK? If so, then how?
are you afraid of intel knowing your code? in cordova\html5 app your code is available to anyone just get the apk from the store open with winrar and your code is there
if you want offline build there is no problem just read the cordova\phonegap docs step by step.
As you, I needed to build locally my application, principally to debug once Intel XDK, at least in the version 1621, does not provide support to load third-party-plugins(eg: PhoneGap Push Plugin) on Intel App Preview debug mode. Another problem was generate an iPhone build for beta tests.
My solution was, as the others suggested, to create an similar cordova project and copy the main files from my Intel XDK Project, www folder to be more specific. Config files will be found in platforms folder once you build using cordova/phonegap.
It allowed me to build for android on my machine. Debug was easy using "Chrome Inspect" because cordova generates an debug-unaligned.apk.
Allowed me to have access to the iOS build files, this is a good thing to do if you want to build using Xcode instead.
I Hope it help you.