the keystore has been tampered with or the password is incorrect
I have just configured eclipse with the Android SDK plus the ADT plugin. Im new to Android and when i create a new project I get this popup error that says "Your project contains error(s),please fix them before running your project. I have tried to clean my proje开发者_JAVA百科ct but the error still persists. In the problems window, I get the following error:java.io.IOException: Keystore was tampered with, or password was incorrect. I dont understand, I am not using any google maps certificate, its just a new project that should display helloworld. Someone please help, I am new to android and would just like to have atleast a helloworld running.
Lets check what keystore you are using.
In Eclipse go to Window -> Preferences -> Android -> Build.
Do you have a custom debug keystore set?
Next, if you are already using the default keystore, make sure it exists in the folder. You might also try downloading a new default keystore to replace it.
精彩评论