Tag Archives: ADT

Be Careful With BuildConfig.DEBUG

In recent versions of the Android Developer Tools (ADT) for Eclipse, there’s a class called BuildConfig which is automatically generated by the build. This class is updated automatically by Android’s build system (like the R class), and it contains a static final boolean called DEBUG, which is normally set to true. The purpose of BuildConfig.DEBUG This new flag […]