I didn't have any problems with Intel XDK except that it takes too long to upload the project.
But it works.
Currently I'm doing the things my own way so I installed Cordova with the Crosswalk Webview plugin and the Android SDK.
Cordova works very well from the command line and I don't need to wait for the Intel XDK loading times.
The only problem of doing it my own way is that I need to sign the APK before even loading to my device.
It's a bit of a hassle initially but it can be done faster after taking brain notes of all the procedures.
Is there any difference in performance when doing it with the Android SDK? Because I tried a tool called HTML5 apk builder, it's a shrunk crosswalk webview builder and it's damn faster than Intel XDK performance wise!