FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app:packageRelease'.
com.android.ide.common.signing.KeytoolException: Failed to read key nBoard from store "F:\android\nBoard\nBoard.keystore": Keystore was tampered with, or password was incorrect
I tried deleting the keystore and generating new one but it did not worked?
used the below code to generate keystore
keytool -genkey -v -keystore app-name.keystore -alias app-name -keyalg RSA -keysize 2048 -validity 10000
I expect the solution for the above error.
Thanks in advance