Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

CordovaError: Cannot find plugin.xml for plugin 'cordova-plugin-chrome-apps-sockets-tcp'. Please try adding it again. #5

Open
sushantt2099 opened this issue Nov 1, 2015 · 2 comments

Comments

@sushantt2099
Copy link

getting error: ERROR running one or more of the platforms: CordovaError: Cannot find plugin.xml for plugin 'cordova-plugin-chrome-apps-sockets-tcp'. Please try adding it again.

while building app using command cca run android --target=XXX

@anoop4real
Copy link

I am also facing this issue while running iOS

@renjithspace
Copy link

renjithspace commented Dec 21, 2017

I hope you can solve that by re-install the plugin

  1. Remove the plugin
    $ sudo cordova plugin remove cordova-plugin-chrome-apps-sockets-tcp

  2. Then, re-install
    $ cordova plugin add cordova-plugin-chrome-apps-sockets-tcp

  3. Try to run/emulate it
    $ cordova run android --target=xxx

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants