mikeddol commented on issue #689:
URL: https://github.com/apache/cordova-android/issues/689#issuecomment-619346001


   > 
   > 
   > To solve these errors, go to:
   > 
   > > platforms\android\app
   > 
   > and in your **build.gradle** file add this line "**checkReleaseBuilds 
false;**" inside **lintOptions** block like this:
   > 
   > ```
   > lintOptions {
   >       checkReleaseBuilds false;
   > }
   > ```
   > 
   > Hope it helps.
   
   This seems to have worked for me 🤔


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to