You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into this error when trying to build android export template using 3.x branch.
AttributeError: 'SConsEnvironment' object has no attribute 'android_add_java_dir':
File "/Users/kakapoopie/godot/SConstruct", line 534:
config.configure(env)
File "/Users/kakapoopie/godot/modules/share/config.py", line 6:
env.android_add_java_dir("android")
The text was updated successfully, but these errors were encountered:
Ran into this error when trying to build android export template using 3.x branch.
AttributeError: 'SConsEnvironment' object has no attribute 'android_add_java_dir':
File "/Users/kakapoopie/godot/SConstruct", line 534:
config.configure(env)
File "/Users/kakapoopie/godot/modules/share/config.py", line 6:
env.android_add_java_dir("android")
The text was updated successfully, but these errors were encountered: