So, just updated to Android Studio 1.4 Beta 4 and having trouble building a release build. I can build a debug build fine. This is the error I get:
ExternalS
Worked By adding this in build.gradle
lintOptions { checkReleaseBuilds false }