-
Notifications
You must be signed in to change notification settings - Fork 584
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
Using with cordova android version 8.x.x on API SDK 28 #371
Comments
+1 at <!--edit-config file="AndroidManifest.xml" target="/manifest/uses-sdk" mode="merge">
<uses-sdk android:minSdkVersion="19" />
</edit-config--> passed Maybe the minVersion added in config.xml is enough. |
+1 I moved |
I have the same problem, I am using phonegap build. Please have a fix for this on the plugin itself |
Could anyone of you open a pull request with this fix? then we can ping the maintainer to release a new version. |
any fix on this ? i have to edit plugin.xml file but this will be broken on CI |
Fixed here: #372 If you need to use this fix, I uploaded it to NPM so you can use it until the issue gets merged:
or
|
#372 should fix this |
I want to use NFC plugin for my Ionic 3 project using android version 8.1.0 on API SDK 28.
Because when uploading app into the Google Play Store require the latest API SDK 28, and the NFC plugin gives me the error when installing on cordova android version 8.X.X.
It says 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]
Please, someone, help me how to troubleshoot the plugin compatibility. Thank you.
The text was updated successfully, but these errors were encountered: