We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Visual Studio 2015, the error is received on trying to add the custom plugin.
The text was updated successfully, but these errors were encountered:
This is due to missing attribute of plugin, I manage to make it works, do following steps to add it into your project:
plugin
xmlns:android="http://schemas.android.com/apk/res/android"
It should be look something like this:
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cz.blocshop.socketsforcordova" version="1.1.0">
Sorry, something went wrong.
No branches or pull requests
Visual Studio 2015, the error is received on trying to add the custom plugin.
The text was updated successfully, but these errors were encountered: