When does ADT set BuildConfig.DEBUG to false?

Currently you can get the correct behavior by disabling “Build Automatically”, cleaning the project and then export via “Android Tools -> Export Signed Application Package”. When you run the application BuildConfig.DEBUG should be false.

Leave a Comment