Why read? If you are a Android developer (or wannable one🙌 ) and want to publish your own app on GooglePlay , you will need to sign your APK digitally with a certificate. If you are rather an experienced android developer, you might be interested in learning best and secure way to configure build.gradle for signing multiple flavors seamlessly. Besides above two, this article is for anyone who is curious about Android Apps For more detailed information on why you need to sign your APK read here . While writing this post, I am assuming that you know the basics about android apps and android development tools: Android Studio, Android SDK, JDK etc. If you are not familiar with these, please android checkout android developer training page . Generating Private Key and Key store If you don’t already have a Keystore file with you, following steps explain how you can create one using Android Studio: Click Build-> Create Signed APK-> to open ...
In this blog page I intend to write about latest updates on Android, Android SDK, Android Framework, Android Studio and programming languages like Java, Kotlin and Python.