在ADT中新建了一个Android Demo,运行时报错“4.Keystore was tampered with, or password was incorrect”
这个是试图采用新的keystore代替debug.keystore时产生的错误提示。因此不要试图更改默认的
debug.keystore。
解决方案
1.将目录C:\Documents and Settings\Administrator\.android 下的debug.keystore删除
2.在eclipses中Project-->clean,点击OK
重新编译运行程序,可以看到正常了,上面目录的debug.keystore也出现了。