Skip to content
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

Fix issue AndroidManifest.xml #372

Merged
merged 2 commits into from
Oct 18, 2019
Merged

Fix issue AndroidManifest.xml #372

merged 2 commits into from
Oct 18, 2019

Conversation

LuisEGR
Copy link
Contributor

@LuisEGR LuisEGR commented Sep 24, 2019

When using with ionic 4, there is a preference:

and it gets merged into the AndroidManifest.xml, so when you try to install this plugin, there is a conflict and an error with the xml parsing:

Error: Unable to graft xml at selector "/manifest/uses-sdk" from "platforms\android\app\src\main\AndroidManifest.xml" during config install at ConfigFile_graft_child [as graft_child]

This fix removes the extra configuration setting for the AndriodManifest so it doesn't cause conflict.

@odai-alali
Copy link

Hi @don ,

Are you still maintaining this plugin? This merge request is required for this plugin to work with the [email protected] and cordova-android@^8.0.0
uses-sdk is not allowed anymore in the manifetst. These values must be included in the gradle options.

@don don merged commit 3625714 into chariotsolutions:master Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants