My project doesn\'t seem to be aware of this new constant that\'s apparently auto-generated in Android Tools r17 builds:
\"Added a feature that allows you to run some co
I've just checked. It is generated here (in all your projects):
gen/package_name/BuildConfig.java
And contains the following:
/** Automatically generated file. DO NOT MODIFY */ package package_name; public final class BuildConfig { public final static boolean DEBUG = true; }