我已经创建了一个golang REST API,并正在尝试将其部署到heroku。我是在windows7上构建的。
我将我的github账号链接到heroku来推送我的golang web应用,但我得到了以下错误:
The requested file (go1.13.7.linux-amd64.tar.gz) is unknown to the buildpack!
我正在使用打包我的应用程序。下面是我在Gopkg.toml中提供给heroku的元数据:
[metadata.heroku]
root-package = "restapitest"
go-version
当我想要上传apk或aab文件到google play商店时,如何更改包名称? 因为我更改了我的google开发者账号,但我之前已经将aab文件上传到了我的旧google账号。现在我需要上传aab文件到新的谷歌帐户,当我更改applicationId包名称并运行应用程序时,我收到错误消息。我已经使用了firebase实时数据库。 Execution failed for task ':app:processDebugGoogleServices'.
> No matching client found for package name 那么我该怎么做呢?