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
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
I have created multiple apps using the plugin. When I deploy the first app using 'cordova run android' it starts up. When I attempt to deploy the second app, I get "Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]"
If I uninstall the first and reverse the order, I get the same problem.
I was able to replicate this with the simpleist of apps:
cordova create test1
Change the config.xml widget id and name, add android platform and this plugin
cordova create test2
Change the config.xml widget id and name, add android platform and this plugin
cordova run android in test1 was successful
cordova run andoid in test2 throws the error.
Anyone have any thoughts? Am I missing a setup option somewhere?
Thanks!
The text was updated successfully, but these errors were encountered:
I have created multiple apps using the plugin. When I deploy the first app using 'cordova run android' it starts up. When I attempt to deploy the second app, I get "Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]"
If I uninstall the first and reverse the order, I get the same problem.
I was able to replicate this with the simpleist of apps:
cordova create test1
Change the config.xml widget id and name, add android platform and this plugin
cordova create test2
Change the config.xml widget id and name, add android platform and this plugin
cordova run android in test1 was successful
cordova run andoid in test2 throws the error.
Anyone have any thoughts? Am I missing a setup option somewhere?
Thanks!
The text was updated successfully, but these errors were encountered: