-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
Cannot build with plugin installed: error: cannot find symbol #13
Comments
Hi, I have the same problem. I think it is because GooglePlayServicesUtil is deprecated and not included anymore. GoogleApiAvailability is supposed to be used instead. This post explains how: Could you update the plugin and push it to npm? /Christof |
Got the same problem here. Thanks! |
Hi cranberrygame, thanks for looking into this. I guess that we all are building with slightly different settings/environments/tools. Hence I feel that eliminating the deprecated GooglePlayServicesUtil is a sound solution. Above I posted a link that might be a good start. /Christof |
I'd be willing to bet all of the affected are using another plugin that uses google play services, hence the conflict. |
@UnacceptableUse I experience the same issue when building with this plugin. I doubt it's a conflict since I don't use any other plugin that has a play services dependency. The other plugins I have installed are : Worth noting this was after an update to cordova 6.0.0. Have not reverted back and tried an older version. Some random poking suggests a invalid dependency in the generated gradle file, a checkover is definitely required. |
Hi, could you eliminate the /Christof |
Eliminated GooglePlayServicesUtil from GameHelper.java Thanks |
Thanks, Sang!! |
+1 on the GoogleApiAvailability build issue. Any updates? |
+1 on build issue. I came to this plugin from https://github.com/artberri/cordova-plugin-play-games-services, since the input-output-input-output chain does not work there (after it stops entering), and here is the problem with starting the software In fact, with a clean cordova project of a stable version at the time of writing the comment, I tried other plugins for Google Play, but they are either not completed at all (either the logout is not done in principle, just the TODO in the code weighs on this, then something else is not completed yet). In general, writing games using cordova is not an easy task. |
The text was updated successfully, but these errors were encountered: