SHA-1 fingerprint of keystore certificate

前端 未结 30 3758
长发绾君心
长发绾君心 2020-11-21 23:36

Is the method for getting a SHA-1 fingerprint the same as the method of getting the a fingerprint? Previously, I was running this command:

30条回答
  •  生来不讨喜
    2020-11-22 00:19

    If you are using android studio use simple step

    1. Run your project
    2. Click on Gradle menu
    3. Expand Gradle Tasks tree
    4. Double click on android -> signingReport and see the magic
    5. It will tell you everything on the Run tab

    Result Under Run Tab If Android Studio < 2.2

    From android studio 2.2
    Result will be available under Run console but use highlighted toggle button

    Or
    Second Way is
    Create new project in android studio New -> Google Maps Activity



    then open google_maps_api.xml xml file as shown in pics you will see your SHA key

提交回复
热议问题