Hi Mohammad, Check first under project settings > configurations > Your config > Server
That you have, runtime port security set to open to other machines. Also check your device is on the same network as the machine running the Mendix application.
Additionally if you have usb debug for your device you can use Google Chrome to debug the application. This could also reveal to you which URL your application is trying to access. To access this ensure you have the USB debug setup on your computer and enter chrome://inspect into your browser URL. Within the debugger you can also manipulate the JavaScript which you could use to do something like run the command.
window.location(your url)
Hope this helps & good luck.
Did you rebuild the apk after changin the URL in the zip file?
I also want to know how can I run the Chrome app which I have downloaded from a third-party store..?