ERPNext Android app freezes after login

ERPNext android app after entering server address it asks for username and password after entering it shows ERPNext logo and freezes…

when I tried to connect cloud version (company.erpnext.com) it works fine…but when I give my local host address it freezes,whether updated to v7.1.0-beta creates problem…

same problem here

If you want to test your local ERPNext instance on your phone, you need to install Browser Sync.

Run these commands:
npm install -g browser sync
browser-sync start --proxy "localhost:8000"

Now, you can access ERPNext on phone, using the external address (for e.g http://192.168.0.101:3000) generated by Browser sync.

@netchampfaris thanx for ur reply…
but still it freezes…

Can you explain the steps you have taken?

If you want to test your local ERPNext instance on your phone, you need to install Browser Sync.

Run these commands:
npm install -g browser sync
browser-sync start --proxy “localhost:8000”

Terminal Output:

browser-sync start --proxy “xxx.xx.2.xxx:8080”
[BS] Proxying: http://xxx.xx.2.xxx:8080
[BS] Access URLs:

   Local: http://localhost:3000
External: http://192.168.x.xxx:3000

      UI: http://localhost:3001

UI External: http://192.168.x.xxx:3000

did this…
then entered the external address(192.168.x.xxx:3000) in server textbox of ERPNext App

Your machine and your phone must be on the same WiFi network.

Yeah it is in the same network