== Installed Android Tools == INFO: Creating log directory INFO: Creating temporary directory INFO: Creating output directory INFO: Using git version 2.11.0 INFO: Building version 1.11 (39) of cz.martykan.forecastie INFO: Getting source for revision v1.11 INFO: Creating local.properties file at build/cz.martykan.forecastie/local.properties INFO: Creating local.properties file at build/cz.martykan.forecastie/app/local.properties INFO: Cleaning Gradle project... INFO: Scanning source for common problems... INFO: Removing gradle-wrapper.jar at gradle/wrapper/gradle-wrapper.jar WARNING: Found possible binary at app/src/main/assets/fonts/weather.ttf INFO: Creating source tarball... INFO: Building Gradle project... ERROR: Could not build app cz.martykan.forecastie: Build failed for cz.martykan.forecastie:1.11 ==== detail begin ==== Found 4.10.2 via distributionUrl Running /opt/gradle/versions/4.10.2/bin/gradle assembleRelease > Task :app:checkReleaseClasspath > Task :app:preBuild UP-TO-DATE > Task :app:preReleaseBuild > Task :app:compileReleaseAidl NO-SOURCE > Task :app:compileReleaseRenderscript > Task :app:checkReleaseManifest > Task :app:generateReleaseBuildConfig > Task :app:prepareLintJar > Task :app:mainApkListPersistenceRelease > Task :app:generateReleaseResValues > Task :app:generateReleaseResources > Task :app:mergeReleaseResources > Task :app:createReleaseCompatibleScreenManifests > Task :app:processReleaseManifest > Task :app:splitsDiscoveryTaskRelease warn: removing resource cz.martykan.forecastie:string/about_text without required default value. > Task :app:processReleaseResources > Task :app:generateReleaseSources > Task :app:javaPreCompileRelease > Task :app:compileReleaseJavaWithJavac Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. > Task :app:compileReleaseNdk NO-SOURCE > Task :app:compileReleaseSources > Task :app:lintVitalRelease Calling mockable JAR artifact transform to create file: /home/vagrant/.gradle/caches/transforms-1/files-1.1/android.jar/2148f0265ede595d3353164562e77e24/android.jar with input /home/vagrant/android-sdk/platforms/android-27/android.jar /home/vagrant/build/cz.martykan.forecastie/app/src/main/res/values-se/strings.xml:157: Error: "about_text" is translated here but not found in default locale [ExtraTranslation] En liten väder app, släppt under GPL3 licensen.\n\nUtvecklag av Tomas Martykan och andra\n\nKoden är tillgänglig på Forecastie\n\nUppgifter tillhandahållna av OpenWeatherMap, under Creative Commons licensen\n\nIkoner är Weather Icons, av Lukas Bischoff och Erik Flowers, under SIL OFL 1.1 licensen. ~~~~~~~~~~~~~~~~~ Explanation for issues of type "ExtraTranslation": If a string appears in a specific language translation file, but there is no corresponding string in the default locale, then this string is probably unused. (It's technically possible that your application is only intended to run in a specific locale, but it's still a good idea to provide a fallback.) Note that these strings can lead to crashes if the string is looked up on any locale not providing a translation, so it's important to clean them up. 1 errors, 0 warnings > Task :app:lintVitalRelease FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:lintVitalRelease'. > Lint found fatal errors while assembling a release target. To proceed, either fix the issues identified by lint, or modify your build script as follows: ... android { lintOptions { checkReleaseBuilds false // Or, if you prefer, you can continue to check for errors in release builds, // but continue the build even when errors are found: abortOnError false } } ... * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 5m 51s 16 actionable tasks: 16 executed ==== detail end ====