You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
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:
I'm still getting the same error from Tools > PhoneGap > Install Plugin from npm (bullet 2 in OP). I have node running though nvm if that matters. Until them I'm still pretty blocked, however the svn export commands were helpful - at least for getting those www-shared/www files
@imhotep Sorry for the delay. Running plugman install on the command line seems like a better workflow for me personally. I was able to get the app sort of working but the webview wasn't. I'll spend more time on this when I get a chance - thanks for the follow up 😄
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 awww-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 runningnpm install -g plugman
, restarting Android Studio, running that command and restarting the OS:Go to Tools > PhoneGap > Install Plugin from filesystem
either for the same reasonPhonegap
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):webView
variable defined in the tutorial before this usage (same goes for the following step foronNavigationItemSelected()
)Add these lines at the bottom of your onCreate method
:The text was updated successfully, but these errors were encountered: