There are two methods of getting SHA-1 key, but First one is not working for Windows user. So, if you are a Windows user then go for 2nd Method.
Update:- On Android Studio Latest version(on 24 Sept 2021) 2020.3.1 for Windows 64-bit (912 MiB), Step 2 will not Work. So, go for Step 3.
1. Using Keytool
Open a terminal and run the keytool the utility provided with Java to get the SHA-1 fingerprint of the certificate. You should get both the release and debug certificate fingerprints.
Note:- If you are not able to get your SHA-1 key using Keytool then Follow the below Method, in this method you will definitely get your SHA-1 key.
2. Using Gradle’s Signing Report
You can also get the SHA-1 of your signing certificate by Gradle signingReport. But for that, you have to follow some steps.
Step 1: – First of all => open your project in Android Studio and open the project. =>In the project, go to the android/app directory where you find build.gradle file. => Open it. => After opening, you’ll find an Open for Editing in Android Studio option, Click on it and open it in a new Tab. See the Below Image.
Step 2 :- After opening the file in the new tab, Wait for some time until Gradle Build Model Process Completes.
=> After Build Successful, go to the upper-right section where you find the Gradle option. Click On it. => After that Open Android->Tasks->android and Double click on signingReport. See the Below Image For Help.
Step 3:- After Clicking on it, you’ll get a List of SHA-1 Keys but you have to choose Debug-Debug SHA-1 Key and copy and paste it on your Firebase. See the Below Image:-
With MotoShare.in, you can book a bike instantly, enjoy doorstep delivery, and ride without worries. Perfect for travelers, professionals, and adventure enthusiasts looking for a seamless mobility solution.
Find Trusted Cardiac Hospitals
Compare heart hospitals by city and services — all in one place.
When Keyboard Appears, then you receive an error: “Bottom overflowed by 67 pixels”. In technical terms, the size of the viewport was reduced and it caused an overflow in our layout. See the image below :- A quick solution would be to block the widgets inside the Scaffold to resize themselves when the keyboard opens but…
In this blog, I am going to explain that Add Input Section to Mobile App in Flutter. So, In this blog, I am going to use VS Code editor and create a Program and open main.dart and import import “package:flutter/material.dart”; After that, I am using StatelessWidget and create a title like “Happy Journey“, theme and…
Everyone who is in software industry and wants to develop an application for Android and iOS. He has a question that how to develop an application. What is the best technology to use for app development. What is the importance of flutter and why we use it? so let’s discuss about it. If anyone of…
I am learning Dart/flutter and trying to understand how Widgets system works and I found out some useful things, hope it helps you too. Actually There are 3 kind of widgets, not just 2. Stateful widget Stateless widget Inherited widget Stateless Widget A stateless widget is like a constant. It is immutable. If you want…
Problem I’ve connected my flutter app to firebase by adding SHA1 key ( How to Get SHA-1 key in Android Studio for Firebase. ) and package name in firebase console, and also downloaded and provided google-service.json in my flutter app at android/app. But when i run app its Showing an error that i’ve not provided…
Problem The android studio while running throws this error and stop the build Solution ThreadedInputConnectionProxyAdapterView has wrong extension .jav just change it to .java until the flutter team release the fix. Its Located to :- C:\src\flutter\.pub-cache\hosted\pub.dartlang.org\webview_flutter-2.0.6\android\src\main\java\io\flutter\plugins\webviewflutter Sushant Kumar With MotoShare.in, you can book a bike instantly, enjoy doorstep delivery, and ride without worries. Perfect for…