在android studio项目中配置自定义的debug keystore

方法/步骤

  1.  

    在项目的build.gradle中添加如下内容:

    android {    signingConfigs {        debug {            storeFile file("文件位置")        }    }}

     

相关文章:

  • 2021-12-09
  • 2021-06-15
  • 2021-11-11
猜你喜欢
  • 2021-06-22
  • 2021-03-30
  • 2021-06-01
  • 2022-01-14
  • 2021-04-25
  • 2021-06-28
相关资源
相似解决方案