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

后端 未结 10 2053
南旧
南旧 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:39

    TL;DR: Check the path to your keystore.jks file.

    In my case, here's what happened:

    I moved the project folder of my entire app to another location on my PC. Much later, I wanted to generate a signed apk file. Unknown to me, the default location of the path to my keystore.jks had been reset to a wrong location and I had clicked okay. Since it could not find a keystore at the path I selected, I got that error.

    The solution was to check whether the path to my keystore.jks file was correct.

提交回复
热议问题