
Android Release Key Generate
Android app sometime simple problem is very difficult to solve the programmer. That is problem MD5 and SHA1 key generated. Those issues are generated play store put apk not proper working google map, facebook login, google login.
- storeFile file path no splace foler name.
Generate Release signingReport
PUT THE CODE GRADLE APP
signingConfigs { release { keyAlias '' keyPassword '' storeFile file('E:/keystore/interview_demo.jks') //KEY STORE PATH storePassword '' } } buildTypes { release { signingConfig signingConfigs.release minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } }

First time + click after add information Name, Key Alias, Key Password, Store File and Store Password all fields are input press ok button.


Android studio left side Build Variants click two option 1) debug 2) release. Select the release option. Android studio right side Gradle click and app -> Tasks -> signingReport click this process is complete generate release apk MD5 and SHA1 key display. That is signingReport.

The flutter tutorial is a website that bring you the latest and amazing resources of code. All the languages codes are included in this website. The languages like flutter, android, java,kotlin etc.with the help of this languages any user can develop the beautiful application
For more information about Flutter. visit www.fluttertutorial.in