try this:- First S olution:- Add this in build Gradle : 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 } } Second S olution:- 1) Goto your Android Projects directory for example:- D:\Android Projects\Retail\app\build\reports open: lint-results-release-fatal.html file in the browser. and see the report and solve the error as shown in report. -> Reference:- 1) https://www.youtube.com/watch?v=ckwnR8QtAcU 2) https://developer.android.com/studio/write/lint.html#config Third S olution:- Goto analytic As shown in links below:- https://i.stack.imgur.com/j8us4.png https://i.stack.imgur.com/hm0pA.png Solve the error as shown in the analytic result. -> Reference:- 1) https://stackoverflow.com/questions/24098494/error-when-generat
It is really a helpful blog to find some different source to add my knowledge.
ReplyDeleteBusiness IT Support