Open sebastianzillessen opened 10 years ago
My guess is that this is due to using an older cordova-cli tooling which didn't yet automatically install android libs.
How did you install this plugin?
I use the cordova cli, yes. Its version 3.5 (so probably already the latest one?) I installed the plugin by adding the dependency to one of my plugins, where I need the google play support:
<dependency id="com.google.playservices" url="https://github.com/MobileChromeApps/google-play-services.git"/>
(in plugin.xml
)
Is there something wrong with that installation?
I think this is a result of us packaging the lib as a .jar instead of as an Android Library. This hasn't been a problem for the Auth APIs so far, but other APIs within play services do require some resources that we're not currently bundling.
The good news is that cordova just recently got support for android sub-libraries, so this is now fixable within the plugin. :)
@agrieve +1 That's good news!
Heya, I'm getting that error message too. Has anyone found a fix yet?
As soon as I import this plugin and try to access GooglePlay service data, I get the following error:
Any idea where this could come from?