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