recently I updated my working android studio IDE into Android Studio 1.5.1. but now I\'m facing some trouble as after updating it did not generating signed apk file. but whe
I was facing same issue but i resolved the issue by adding below code in build.gradle
lintOptions { checkReleaseBuilds false }
This issue would occur, Sometimes our application not follow all the rules and regulation according to Lint Tool
Note: Add this in application module inside android
android