I am new to jasonette and android studio for that matter. I have an existing web app mysite.com for sake of argument. I am following the tutorial here - https://docs.jasonette.com/android/. Under step 6 it says I can import my url and app name which I have done. I get a blank screen at that url but was under the impression if I had a complete web app already built using php. Anyone know how I can achieve this? All I am looking to do is have my current web app open in a android app and possibly having it in the app store. I have seen this done for ios but not android. Thanks!
Here is the strings.xml file -
<resources>
<string name="app_name">My Site</string>
<string name="url">mysite.com</string>
<string name="launch">file:mysite.com</string>
</resources>