-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cordova 8.0.0 & cordova-android 7.0.0 error on install #20
Comments
Then when I tried to remove the plugin:
|
something went really wrong...plugin wouldn't uninstall correctly,...tried dropping the platform and re-adding. Nope. Had to blow my whole root project directory away and reinstall everything from scratch. |
It looks like all the paths have changed. \platforms\android\assets no longer exists. Everything is now: This is probably the source of the issue. |
Please include this package.json file in your plugin path .. It will solve your issue. { |
The xml directory wasn't there, so I manually added the it. Then tried again:
The
\values\strings.xml
directory and file were not there....I created the directory, still got the strings.xml error and then manually created and added that file.Hopefully this is helpful to fixing it....
The text was updated successfully, but these errors were encountered: