Problems exporting to android on gitlab

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Bakz

I want to configure a custom build for android on gitlab. My docker image is at GitHub - dbrova15/godot-ci-android-bakz
An error occurs during assembly:

$ godot --quiet --export-debug “Android” export / android / $
{APP_NAME} -debug.apk> & - ERROR: _fs_changed: Project export failed
with error code 20 for preset ‘Android’.
At: editor / editor_node.cpp: 634. ERROR: ~ List: Condition “_first! = __Null” is true.
At: ./core/self_list.h:112. ERROR: cleanup: There are still MemoryPool allocs in use at exit!
At: core / pool_vector.cpp: 69. ERROR: Job failed: exit code 1

A project with no problem is exported to my computer. I move the android folder to the docker unchanged.

Tell me what am I doing wrong?

Sorry, no idea, but…
404 on your link. Remove the . at the end

deaton64 | 2020-06-30 19:56

I fixed link. There was a point at the end

Bakz | 2020-07-01 06:35