4

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.

Image Error

Count
  • 45
  • 4

2 Answers2

2

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.

Nick Fortescue
  • 13,530
  • 1
  • 31
  • 37
2

Go to the AndroidManifest.xml and look at the dist:module dist:instant="true".

Change true with false.

Guy Avraham
  • 3,482
  • 3
  • 38
  • 50