How to fix "ERROR: You cannot publish an instant-enabled Android App Bundle in an installed track." error in google console publish app

How to fix "ERROR: You cannot publish an instant-enabled Android App Bundle in an installed track." error in google console publish app

我想发布一个应用程序。这个错误总是弹出 "ERROR: You cannot publish an instant-enabled Android App Bundle in an installed track." 我已经为应用程序包提供了密钥。

我试着观看了 App bundle 的视频教程。

Image Error

启用免安装应用程序的捆绑包必须发布到免安装应用程序生产轨道(而不是正常安装的应用程序生产轨道)。 instructions for this are here.

转到 AndroidManifest.xml 并查看 dist:module dist:instant="true"

true 更改为 false