I want to publish an app. this error always pop "ERROR: You cannot publish an instant-enabled Android App Bundle in an installed track." i already provide keys for the app bundle.
I tried to watch a video tutorial for App bundle.
I want to publish an app. this error always pop "ERROR: You cannot publish an instant-enabled Android App Bundle in an installed track." i already provide keys for the app bundle.
I tried to watch a video tutorial for App bundle.
Instant app enabled bundles must be published to the Instant App production track (not the normal installed app production track). The instructions for this are here.
Go to the AndroidManifest.xml
and look at the dist:module dist:instant="true"
.
Change true
with false
.