In hindsight I should not have enabled L build stuff.
I am new to programming and I created a new Android Studio project which is throwing the Gradle errror right away.
Errors are:
yellow bar at the top - Gradle project sync failed. Basic functionality (e.g. editing, debugging) will not work properly. Try again Open Event Log Show Log in Finder
messages gradle sync - compileSdkVersion android-L requires compiling with JDK-7. open sdk settings, open file.
tried looking through google and other stack overflow comments but did not find much I could make sense of except for Android Studio - Gradle sync project failed
tried converting URL to 1.10 instead of 1.12 and syncing but that failed after syncing
I need help either getting L working or removing it so that a new studio project can compile to device without errors.