Search code examples
androidgoogle-console-developer

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


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


Solution

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

    Change true with false.