Android: automatically choose debug/release Maps api key?
There is a new way to determine is it a debug build or release one in SDK Tools, Revision 17. An excerpt from new features overview: Builds now generate a class called BuildConfig containing a DEBUG constant that is automatically set according to your build type. You can check the (BuildConfig.DEBUG) constant in your code … Read more