how to get sha1 of android app in Vs code

后端 未结 4 1563
旧巷少年郎
旧巷少年郎 2021-02-08 05:06

how to get \"Sha1\" for a flutter application. I am using flutter in Vs code.In android studio we have direct option for that, but i don\'t know how to get it in Vs code.

4条回答
  •  感情败类
    2021-02-08 05:20

    In windows

    1. Open a terminal window
    2. Run the following command by changing USERNAME

    keytool -list -v -keystore "C:\Users\USERNAME\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android

    1. Simply get the SHA1

提交回复
热议问题