Disable `lint` in Android gradle -


from android tools project site's android gradle plugin user guide i'm aware it's possible prevent android's lint aborting build using:

lintoptions {     abortonerror false } 

i'm aware lint can disabled release builds:

lintoptions {     checkreleasebuilds false } 

however, possible disable lint when running e.g. gradle assembledebug?

i'm aware of risks , particular project wasting fair amount of time given build flavors have.


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -