Hi. I am getting a cryptic error when I export my project for android. The error is

modules/gdscript/gdscript_tokenizer.cpp:1307 - Method failed. Returning: Vector<uint8_t>()

The project seems to run just fine on android or on the pc but there is no error when running on the my native machine. Any ideas would be appreciated.

Oh. Ha well I figured It out actually it was because I have some text files in the root of my project which I named .txt.gd so that I could edit them in the godot editor but since it had the file name .gd and was full of "syntactical errors" godot did not know what to do.

a year later