设置签名文件

    xiaoxiao2021-04-16  42

    避免打包

    android { signingConfigs { debug { storeFile file("keystore") storePassword '密码' keyAlias 'android' keyPassword '密码' } } }

    转载请注明原文地址: https://ju.6miu.com/read-672335.html

    最新回复(0)