nelenkov / android-keystore

Direct access to Android's credential storage (keystore)
Other
241 stars 72 forks source link

how to solve invalid keystore format error in android studio 2.2??????????? #7

Closed palashmandokhot closed 7 years ago

palashmandokhot commented 7 years ago

**here is error report--------> error:Error:java.lang.RuntimeException:

com.android.ide.common.signing.KeytoolException: Failed to read key palash from store "D:\MyApplication3\.idea\workspace.xml": Invalid keystore format
second error:Error:com.android.ide.common.signing.KeytoolException: Failed to read key palash from store "D:\MyApplication3\.idea\workspace.xml": Invalid keystore format
third error:Error:java.io.IOException: Invalid keystore format

how to solve this three errors??????** here is gradle console message----------->

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 1 mins 32.136 secs **

nelenkov commented 7 years ago

This project doesn't support Gradle, you need to build with Eclipse or write your own Gradle file

Not sure what you did, but looks like it's trying to use worspace.xml as a keystore, which it obviously isn't.