Keytool error: java.io.FileNotFoundException

The error is to write to the keyStore folder without write permissions, you can run CMD as an administrator or change the path to write
Ex. :

keytool -genkey -v -keystore /<MY_PATH>/android.keystore -alias android -keyalg RSA -validity 20000

Read More: