Android Development
How to make single debug.keystore for whole android team or signing with Gradle
Problem happens when you have more than one developer in the Android team or you develop project from different computers. Some APIs or functionality depends on keystore which sign the APK. For example Facebook API. To make life easier you need keep your debug.keystore same for all your computers/developers. But, Read more…