Android Error Building Signed APK: keystore.jks not found for signing config 'externalOverride'

后端 未结 10 1959
南旧
南旧 2021-02-01 00:18

I get this error when I try to Build Signed APK. I recently upgraded to API 23 but Generated APK:s successfully after that. Im confused. Asking for help and advise how to solve

10条回答
  •  悲&欢浪女
    2021-02-01 00:38

    On Linux or Ubuntu you need to use the complete path.

    For example

    /home/ubuntu/.android/keystorname.keystore

    In my case I was using ~ instead of /home/user/. Using shorthands like the below does not work

    ~/.android/keystorname.keystore
    ./keystorename.keystore
    

提交回复
热议问题