Abb build arror question


what should i do??

Error message 1

Error message 2

Error message 3

You should copy & paste all these error messages as text.

Search your scripts for any use of the colon : character.

Maybe there’s a string with an absolute path to a file such as “C:\source\texture.png” that should be using a relative path instead. Android uses Unix style paths so they shouldn’t have any colons.