Build error for android

Hi Guys, I’m a complete newbie on unity so hopefully im just missing something. But when I try to build my AR scene for android and try to save it, it makes like a beep/bump noise and and error at the bottom meaning it doesn’t work. This is the error message:

UnityEditor.BuildPlayerWindow+BuildMethodException: Error building Player because scripts have compile errors in the editor
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x00234] in /Users/builduser/buildslave/unity/build/Editor/Mono/BuildPlayerWindowBuildMethods.cs:190
at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x0007f] in /Users/builduser/buildslave/unity/build/Editor/Mono/BuildPlayerWindowBuildMethods.cs:96
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

Im trying to follow along to a youtube tutorial but for some reason it just isn’t working for me. Please help!

It says that you have compile errors in your scripts that you need to fix first. Does this project run in the Editor? Please show a screenshot, the error should show you where the error is located.

thank you for your response. I think I fixed it. I didn’t with platforms so it just wasn’t working. I think that was the problem. It seems to work fine now. :slight_smile:

Did you find a fix for this? I’m in a similar boat. Newbie trying to build a VR app and keep getting this error when I try to build. What did you do to fix it?