With Eclipse, I create 3 projects in the workspace:
This is a library project. Contains all the source code. I add /refs.xml
<bool name="debug_mode">true</bool>
Use ApplicationProject Overide AndroidManifest and another XML file with a specific development configuration In the /refs.xml values I add
<bool name="debug_mode">true</bool>
Use ApplicationProject Overide AndroidManifest and another XML file with a specific production configuration In the values /refs.xml add
<bool name="debug_mode">false</bool>
I am signing an APK from this project to put in the store
source share