Software Archive
Read-only legacy content
17061 Discussions

local server for xdk

Paul_N_1
Beginner
237 Views

I am developing an android application that requires server side scripting. When i run it in the emulator, it displays the scripts instead of getting or posting the data in the forms/tables.

However, Testing the same using xampp or wamp works very well. So, does xdk have a local server (localhost) ? and if it does, how do i run it?

Any help guys? Thanks in advance.

0 Kudos
2 Replies
Diego_Calp
Valued Contributor I
237 Views
Hi Paul, If you have a local server running(like wamp or xampp) it should work in emulator too. The url in XDK code must be the local, like http://localhost/. or the one that works with the local server. Hope this helps. Regards Diego
0 Kudos
Elroy_A_Intel
Employee
237 Views

Intel XDK automatically runs a local server when emulating your project via the Emulate Tab.

0 Kudos
Reply