If anyone has the issue of the XDK hanging like I did, open command prompt and type java -version
if you get the error saying the command is not recognized, make sure java is installed. If it is not, then make sure your path and classpath are set in your environment variables.
That fixed it for me, XDK opens no problem now
My apps seem to run pretty good!
I am having issues with geolocation, although i see GPS light up on my android, the app comes back with a fail.
I also wonder, anyone know a good way to implement cross origin talk? So if I want to get data from my server, any good ways except using ajax and opening up cross origin?