You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error after installing this plugin in a project that already contained the pushy plugin:
/Users/vagrant/git/platforms/android/app/src/main/AndroidManifest.xml:105:9-109:19 Error:
Element service#me.pushy.sdk.services.PushyFirebaseService at AndroidManifest.xml:105:9-109:19 duplicated with element declared at AndroidManifest.xml:100:9-104:19
/Users/vagrant/git/platforms/android/app/src/main/AndroidManifest.xml:110:9-114:19 Warning:
Element service#me.pushy.sdk.services.PushyFirebaseService at AndroidManifest.xml:110:9-114:19 duplicated with element declared at AndroidManifest.xml:105:9-109:19
/Users/vagrant/git/platforms/android/app/src/main/AndroidManifest.xml Error:
Validation failed, exiting
I tried to compare the plugin.xml of both plugins but didn't find any duplicated values. Any ideas as to what the problem may be?
The text was updated successfully, but these errors were encountered:
I get the following error after installing this plugin in a project that already contained the pushy plugin:
I tried to compare the
plugin.xml
of both plugins but didn't find any duplicated values. Any ideas as to what the problem may be?The text was updated successfully, but these errors were encountered: