FrogSquare / GodotAds

Godot all in one ads module for Android. (Customizable)
Apache License 2.0
141 stars 21 forks source link

I am getting an error compiling godot for android when including this module. #9

Closed LoneTechWiz closed 5 years ago

LoneTechWiz commented 5 years ago

I am trying to compile the export templet for android including this https://github.com/FrogSquare/GodotAds module and scons is giving me the following error can someone help.

AttributeError: 'SConsEnvironment' object has no attribute 'android_add_maven_repository': File "C:\Users\Devin\Downloads\godot-master\godot-master\SConstruct", line 403: config.configure(env) File "./modules/GodotAds\config.py", line 59: env.android_add_maven_repository('url "https://maven.google.com/%22%27)

RameshRavone commented 5 years ago

Recent changes to the godot master branch broke pretty much all android module for godot 3.1 => 3.2, so try using 3.1 stable for now or wait till new updates are pushed out

On Sat, Apr 27, 2019, 3:45 AM devinholdiman notifications@github.com wrote:

I am trying to compile the export templet for android including this https://github.com/FrogSquare/GodotAds module and scons is giving me the following error can someone help.

AttributeError: 'SConsEnvironment' object has no attribute 'android_add_maven_repository': File "C:\Users\Devin\Downloads\godot-master\godot-master\SConstruct", line 403: config.configure(env) File "./modules/GodotAds\config.py", line 59: env.android_add_maven_repository('url "https://maven.google.com/%22%27)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FrogSquare/GodotAds/issues/9, or mute the thread https://github.com/notifications/unsubscribe-auth/ACNHWPXOULPLFZPCPCCWYKDPSN5IDANCNFSM4HI2VCLA .

LoneTechWiz commented 5 years ago

Thanks.