Slice signatures are inconsistent with android studio default run

前端 未结 1 1385
悲&欢浪女
悲&欢浪女 2021-02-18 15:59

I\'ve configured gradle for signing with:

android {
    ...
    signingConfigs{
        debug {
            storeFile file(\"...\");
            storePassword \'         


        
相关标签:
1条回答
  • 2021-02-18 16:46

    I just ran into the exact problem after defining the signature for the debug build. After deleting the previous app from the test device, Clean Project / Rebuild Project did the trick for me.

    0 讨论(0)
提交回复
热议问题