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.
Go to the AndroidManifest.xml
and look at the dist:module dist:instant="true"
.
Change true
with false
.