Skip to content
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 compile with 3.0 branch #3

Open
nagasawamaki opened this issue Sep 15, 2018 · 1 comment
Open

Cannot compile with 3.0 branch #3

nagasawamaki opened this issue Sep 15, 2018 · 1 comment

Comments

@nagasawamaki
Copy link

I want to use this module but sorry I cannot compile with 3.0 branch

I get Class file for com.google.android.gms.internal.zzaja not found

@palia5
Copy link

palia5 commented May 27, 2019

For anyone ending up here: check the config.py file of other third-party plugins you use. They might try to add a different version of the same library as a dependancy, which causes the gradle build to fail.

e.g. I had env.android_add_dependency("implementation 'com.google.android.gms:play-services-base:16.1.0'") in another plugin's config.py. After commenting it out gradle was able to build.

Tested in 3.1 stable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants