We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS target (Android/iOS): Android
Godot version: v3.2.2.rc.custom_build.36a30f681
Issue description: When compiling Godot with AdMob module I get error:
AttributeError: 'SConsEnvironment' object has no attribute 'android_add_dependency': File "D:\Software\_Software-Git\godot-git\SConstruct", line 444: config.configure(env) File "./modules/admob\config.py", line 6: env.android_add_dependency("compile ('com.google.android.gms:play-services-ads:16.0.0') { exclude group: 'com.android.support' }")
The text was updated successfully, but these errors were encountered:
I think this module doesnt work for 3.2.2, just 3.1.2 <
Sorry, something went wrong.
No branches or pull requests
OS target (Android/iOS):
Android
Godot version:
v3.2.2.rc.custom_build.36a30f681
Issue description:
When compiling Godot with AdMob module I get error:
The text was updated successfully, but these errors were encountered: