Android, Generate Digital Asset Link: keystore file for signing the app
问题 I implemented universal linking for my Android app. Everything works fine so far. I click on a universal link and will be immediately redirected to the app. However, I have always used debug for the Digital Asset Links . For the release I need the signing config or the keystore file. To sign my app I always use a created xxxx.jks file. If I specify this, an error occurs: Error occured while trying to get the SHA-256 fingerprint (See screenshot). The error is very meaningless. That's why I'm a