run apk file to access my machine URL

1
How to run my .apk file to access my local server on the development environment instead of the one on sandbox. I tried by changing the URL in the index.html of the phonegap.zip file by setting mxapp.initialize = my machine URL but it is not working after installation .apk file in the mobile giving me : A connection error occurred (). Please try again later.
asked
4 answers
1

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.

answered
0

Did you rebuild the apk after changin the URL in the zip file?

answered
0

I also want to know how can I run the Chrome app which I have downloaded from a third-party store..?

answered
0

Hi @FloraOlivia, once I also downloaded an application from third-party store and by clicking on APK file it's run normally.

answered