I am trying to create an android app using oraclejet:hybrid scaffolding.
I am able create project and generate scaffolding using navdrawer template. Its running fine on browser (grunt serve --browser) shows index page.
Now when I run grunt build and grunt serve, it by default use android platform and generated apk file.
I am trying to install that file in my android phone (not emulator). It got installed but then when I open app, it just shows a white page for sometime. Later it shows error as ERR_CONNECTION_TIMED_OUT http://10.0.2.2:8000/android/www/index.html). Seems like its trying to download index.html, I believe it should refer file within its apk only. File must be somewhere in apk only.
What I am missing any idea?
Thanks
Sanjeev