Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

LiveReload functionality not working with my Android phone

Tobias HuberMay 26 2016 — edited Oct 3 2016

Hello.

I did create a hybrid applciation with

yo oraclejet:hybrid app --appName="Sample NavBar" --template=navBar --platforms=android

After that I did build this application with

grunt build --platform=android

After that I tried to deploy this application to my smartphone with

grunt serve --platform=android --destination=******************

It is deploying this application to my smartphone without errors, but since the liveReload is not working I do get the following error after 30 seconds

net::ERR_CONNECTION_TIMED_OUT (http://10.0.2.2:8090/android/www/index.html)

My smartphone seems to have problems to access my computer to reload the latest changes. I did turn off all the firewalls, but still not working.

My workaround is that I disable liveReload. But I don't like this workaround at all. 

grunt serve --platform=android --destination=06009ffe00511dfb --disableLiveReload=true

Does anybody have an idea what the problem might be.

Thanks a lot in advance

Tobias

Comments
Post Details
Added on May 26 2016
2 comments
1,014 views