Why can't I generate a signed APK? Why can't I generate a signed APK? xml xml

Why can't I generate a signed APK?


OK just had the same issue. Thought I had Lint issues to resolve, but checking App> build > reports > lint-results-release-fatal showed a clean slate.

Tried to clean, but that did not work. So I ended up deleting the 'build' and 'release' folders. Somehow that worked. Don't know what actually caused it.


I removed all content from the destiny folder and then the error disappear.


First of all you need to find the problems by performing the following actions:Go to "Analyze" -> Inspect code. After the inspection, the errors should show up.I've found myself some errors there. Even though it did not work after fixing the errors, I've updated Android studio and it finally solved the issue.