I\'m working on an Android app, specifically one that uses the Facebook Android SDK. In development mode, I\'m working with a test Facebook app that goes by one ID. However, i
With Eclipse I create 3 projects in the workspace :
It is a library project Contain all source code In values/refs.xml I add
true
Use ApplicationProject Overide AndroidManifest and other xml file with developement specific config In values/refs.xml I add
true
Use ApplicationProject Overide AndroidManifest and other xml file with production specific config In values/refs.xml I add
false
I signe APK from this project to put on the store