com.android.ide.common.signing.KeytoolException:Failed to read key meihuo from store

Execution failed for task ':app:packageRelease'
com.android.ide.common.signing.KeytoolException:Failed to read key meihuo from store "C:\Users\Administrator\Desktop\meihuo.jks":

Keystore was tampered with, or password was incorrect

jks签名问题,集成 bugly 时按照他们给的文档我们应该是把签名放在 build.gradle 里,但是我们直接放进去可以能会有错误,

那么我们该怎么放入我们自己的签名呢?

第一步:打开Project Structure

com.android.ide.common.signing.KeytoolException:Failed to read key meihuo from store_第1张图片

第二步:选中app  -- Signing 添加 release,输入自己的 签名相关数据

com.android.ide.common.signing.KeytoolException:Failed to read key meihuo from store_第2张图片

第三步:选择Build Types 选择release 修改图中所标记的参数,这样就ok 了

com.android.ide.common.signing.KeytoolException:Failed to read key meihuo from store_第3张图片

如果是 debug 模式的话 左边选择debug就可以了!
————————————————
 

你可能感兴趣的:(Android,基础,Android,Studio)