我正在开发一个使用Google API的应用程序.我在“Google Developers Console”中创建了凭据.如果我创建一个已签名的APK,并在手机上运行,没有问题.
问题是,当我开发应用程序时,当我单击运行按钮,它在手机上部署了一个未签名的版本的应用程序.因此应用程序不起作用.
解决方法
signingConfigs{ key{ keyAlias 'your key alias' keyPassword 'your keypassword' storeFile file('keystore path') storePassword 'your storepassword' } } buildTypes { debug{ signingConfig signingConfigs.key }
密钥库路径将像E:/xxx/xxx/xx.keystore
将这些添加到你的毕业生,可以帮助你.