ConnectSDK / Connect-SDK-Cordova-Plugin

Cordova/PhoneGap plugin for Connect SDK
Apache License 2.0
69 stars 46 forks source link

Not working with Phonegap Build #1

Closed mcouto closed 9 years ago

mcouto commented 10 years ago

This plugin is not working with the popular Phonegap Build portal.

Error: "Malformed xml in plugin.xml file"

henrylevak commented 10 years ago

@jlai please take a look

jlai commented 10 years ago

The XML is valid, but https://github.com/floatinghotpot/cordova-plugin-admob/issues/13 mentions that adding xmlns:android="http://schemas.android.com/apk/res/android" may be necessary to get PhoneGap Build to accept the plugin.xml file.

However, you won't be able to build using PhoneGap Build since it requires a binary plugin, the closed-source Google Cast SDK plugin. Currently PhoneGap Build does not support binary plugins.