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

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


I found the solution. I misplaced the path to the keystore.jks file. Searched for the file on my computer used that path and everything worked great.


File -> Invalidate Caches & Restart...

Build -> Build signed APK -> check the path in the dialog

Check the key store path


Click on choose existing and again choose the location where your jks file is located.

enter image description here

I hope this trick works for you.