在上篇已经说了Unable to find debug key in keystore!是设置custom debug keystore常报的错之一。那么这个错误有是怎么来的呢?看来上篇的你或许已经知道了。
Unable to find debug key in keystore!的成长史:
新建test2.keystore文件如下(注意这里的密码是android)
next
next ->finish 同样也会生成一个keystore后缀的文件。
这时我们去设置custom debug keystore是就会有Unable to find debug key in keystore!这样的提示。效果图如下:
细心勇于开拓的人可能已经知道了解决方案。
解决方案见 设置custom debug keystore