I use gradle to build my android project.When build type is Debug ,I want to change a boolean value that in java file "Constans.java". public static final boolean IS_TEST_ENVIRONMENT = false; I use this value to contorl my app request different server. How to do that,I can not find any document.
Android : how to use gradle change java code(build android project)
on Friday, August 15, 2014
Labels:
how to use gradle change java code(build android project) I use gradle to build my android project.When build type is Debug,
I can not find,
I want to change a boolean value that in java file "Constans.java". public static final boolean IS_TEST_ENVIRONMENT = false; I use this value to contorl my app request different server. How to do that
0 comments:
Post a Comment