Build error #5?

Hello. I started to make a second game and I can’t build the project because every time I’m getting #5 build error. I saw that many people had similar issues but caused by different reasons. I have Corona 2017.3068. Here’s what I see in Simulator console:

BUILD ERROR: C:\Users\admin\AppData\Local\Temp\Corona LabsCLtmpa05292\main.lua:1: unfinished string near ''2d4a4c5f-b959-44d7-94d9-... Android build failed (5) after 1 seconds

How can I resolve this problem? Thank you.
 

That means your code cannot fully compile so fix any errors and then try a device compile

Thank you. How can I find these possible errors if I don’t see any errors or warnings in simulator console? To me everything is fine across my code

Does this string 2d4a4c5f-b959-44d7-94d9 appear in your project somewhere?

Oh, yes, thank you. I didn’t think about to searching this string. Yes, it’s relates to the corona live build config. I’ve changed it and now everything works fine.

That means your code cannot fully compile so fix any errors and then try a device compile

Thank you. How can I find these possible errors if I don’t see any errors or warnings in simulator console? To me everything is fine across my code

Does this string 2d4a4c5f-b959-44d7-94d9 appear in your project somewhere?

Oh, yes, thank you. I didn’t think about to searching this string. Yes, it’s relates to the corona live build config. I’ve changed it and now everything works fine.