-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
build is failing though android:exported=true is being added to plugin.xml #298
Comments
I faced the same issue recently. Try removing the Android platform, making changes to the plugin.xml and then re-adding the platform. These sequence of steps worked for me. |
@briquetech I tried above steps lot of times but didn't worked for me. Don't know what is happening . |
|
This double entry will not go away even if you remove the additional entry. Next time you build, the duplicate entry will return. One more thing you can most definitely do is to upgrade the gradle version. This will definitely rid you of the exported issue. |
Hello @briquetech I have exactly the same problem as @flyingcat42, regarding the version of gradle you are talking about, I updated mine to 7.2, but I still have the same problem, which version can solve it definitively this issue ? |
Hi
I have installed FCM plugin as per the instruction provided here
https://ionicframework.com/docs/native/fcm
I was getting the build error when I did ionic cordova build androind
I researched on this issue and found that , I have to add exported:true to the plugin.xml under node_modules\cordova-plugin-fcm-with-dependecy-updated
like below
But I am still facing the same issue. Kindly guide/advice
The text was updated successfully, but these errors were encountered: