This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Description
I ran into several issues while trying to follow the directions here 😄
I'm hoping these will be fixed so I can actually start using Phonegap with Android, the iOS version of this tutorial was very easy to follow!
Copy everything from www-shared/www to this newly created assets/www - I don't have a www-shared directory, what am I missing here?
Go to Tools > PhoneGap > Install Plugin from npm - I got the following error on macOS 10.12.3 even after running npm install -g plugman, restarting Android Studio, running that command and restarting the OS:

- I wasn't able to
Go to Tools > PhoneGap > Install Plugin from filesystem either for the same reason
- There are steps to install the
Phonegap plugin in plain text in a set of bullets even though these steps are clearly outlined with screenshots at the beginning of the document (next 3 bullets are part of a screenshot):

- There seems to be a broken footnote type link here:

- For the following step, there is no
webView variable defined in the tutorial before this usage (same goes for the following step for onNavigationItemSelected())
Add these lines at the bottom of your onCreate method:
urls[0] = parser.getLaunchUrl();
urls[1] = urls[0].replace("index.html", "listeditor.html");
webView.loadUrl(urls[0]);
- The tutorial sort of ends abruptly without explaining how to run the app