在android studio项目中配置自定义的debug keystore
在项目的build.gradle中添加如下内容:
android { signingConfigs { debug { storeFile file("文件位置") } }}