Android Studio : Upgrading Gradle and Its Plugin

Featured

Hey there, you might have caught in error message in Android Studio. Here, it says Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment variable to “XXXX” Here, it also stops working. This starts giving pain and delays your work. Tackling this is simple if you know how to … Continue reading Android Studio : Upgrading Gradle and Its Plugin

How do I Create a Self-Signed Certificate for an Android App?

Introduction The Android release system requires that all applications installed on user devices are digitally signed with certificates whose private keys are held by the developer of the applications. The certificates allow the Android system to identify the author of an application and establish trust relationships between developers and their applications. The certificates are not … Continue reading How do I Create a Self-Signed Certificate for an Android App?