How to fix error [0x0020e] and other errors?

MY ERRORS:

  1. Build completed with a result of ‘Failed’
    UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
  2. UnityEditor.BuildPlayerWindow+BuildMethodException: Error building Player because scripts have compile errors in the editor
    at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (BuildPlayerOptions options) [0x0020e] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:181
    at UnityEditor.BuildPlayerWindow.CallBuildMethods (Boolean askForBuildLocation, BuildOptions defaultBuildOptions) [0x00065] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:88
    UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
    3)Error building Player because scripts have compile errors in the editor
    4)Assets/Scripts/Antiroll_Bar.cs(34,21): error CS1001: Unexpected symbol `<', expecting identifier
    AND OTHER SAME ERRORS

If you are building for android @musickgm posted an solution: http://answers.unity.com/answers/1471582/view.html.
I have the same errors ocurring, but i´m building for PC and didn´t have the option “gradle”. Hope this works for you, and i hope i find my solution.