gh4a icon indicating copy to clipboard operation
gh4a copied to clipboard

Error during building, lint found fatal errors

Open CodeCracker-oss opened this issue 3 years ago • 2 comments

Hello,

I've followed the readme, as usual for the building process. I've determined that the build is sucessful from the copy of the src I had taken on september 1st, but now receiving an error during build process (new clone of the src, on the 26th) which is as follows:

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 } } ...

This error occurs directly after trying to generate a signed apk. Modying the build script didn't resolve this issue in my case.

Thank you

CodeCracker-oss avatar Sep 26 '20 08:09 CodeCracker-oss

Can you pastebin the full build output? It obviously works for me since I can build a release build, so something must be special in either your or my environment.

maniac103 avatar Sep 26 '20 10:09 maniac103

Can you pastebin the full build output? It obviously works for me since I can build a release build, so something must be special in either your or my environment.

Full build output: https://pastebin.com/eXH99DVQ

CodeCracker-oss avatar Sep 26 '20 10:09 CodeCracker-oss