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

Added support for Cordova Android 7 (patch) #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nprail
Copy link

@nprail nprail commented Feb 23, 2018

Cordova Android 7.0.0 changed the file structure which breaks this plugin. This PR fixes that.

https://cordova.apache.org/announcements/2017/12/04/cordova-android-7.0.0.html

Cordova Android 7.0.0 changed the file structure which breaks this plugin. This PR fixes that.

https://cordova.apache.org/announcements/2017/12/04/cordova-android-7.0.0.html
@EddyVerbruggen
Copy link
Owner

Hi, thanks! is this change backward compatible with version < 7?

@nprail
Copy link
Author

nprail commented Feb 23, 2018

Unfortunately, I don't believe it is. I guess that would cause problems since not everyone is on 7. I've actually had to downgrade back to 6 due to lack of support for 7, though. I'm not sure what the best way to handle this would be.

@EddyVerbruggen
Copy link
Owner

Could you try having both the old and new approach in config.xml? So add the new line of code, and leave the current one intact. Perhaps Cordova accepts this..

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.

2 participants