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
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
~
/home/user/
~/.android/keystorname.keystore ./keystorename.keystore