I am trying to convert my Android app to JAR.
While clicking the build option in the GRADLE toolbar, it shows this error:
Fix the issues identified by lint or add the following to your build script to proceed with errors: ... android { lintOptions { abortOnError false } }
Now I added these lines to my build.gradle
but JAR has not been created and not showing any errors too. Pls help