Showing posts with label match. Show all posts
Showing posts with label match. Show all posts
Thursday, March 16, 2017
Howto Solve Error extension did not match expected keystore
Howto Solve Error extension did not match expected keystore
Error: extension did not match expected (keystore)Open cmd type: cd C:java pathjavajdk7 in
A command line solution is:
keytool -genkey -v -keystore yourappname.keystore -alias appnamealias -keyalg RSA -keysize 2048 -validity 10000After that you will have an new release keystore for your application!
Go to link download
Subscribe to:
Posts (Atom)