android - Visual Studio 2015 Cordova 插件添加失败

标签 android visual-studio cordova cordova-plugins visual-studio-cordova

我正在尝试将以下插件从 config.xml 添加到 Visual Studio 2015 Cordova 项目。

https://github.com/ffournier/cordova-plugin-mbtiles

虽然添加 VS2015 给我一个错误“Visual Studio 无法解析 plugin.xml ...”

但我尝试了其他一些 Git 插件,效果很好。

谁能建议如何解决这个问题?

提前致谢。

问候。

最佳答案

我遇到了同样的问题。我认为真正的原因是 xml 存在一些语法问题。

实现方式:

1. Download the package and unpack it on local.

2. Open the plugin.xml in your Visual Studio and fix the syntax issue.

3. Open config.xml and use 'local' to load the plugin.

关于android - Visual Studio 2015 Cordova 插件添加失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30720359/

相关文章:

android - 自定义LinearLayout宽度-权重放置问题

java - 如何以编程方式正确设置RelativeLayout的设置?

android - 由于用户更改了密码, session 已失效

android - 如何在android中创建忘记密码?

android - 使用 Gradle 在 processDebugResources 上 ionic 构建错误

visual-studio - 找不到导入的项目 Microsoft.WebApplications.targets

c++ - 从 MSVS2005 到 MSVS2010 的端口 : I canno longer find ReadProcessorPwrScheme()

c++ - 调试 session 期间的内存泄漏 - 可能的威胁?

cordova - 请求权限地理定位插件cordova

Cordova:如何检测设备上是否禁用了推送通知?