I am developing an instant app and have an issue with uploading to play console internal track.
I successfully built bundle with ./gradlew bundleRelease command, than generated apks with bundletool with mode instant enabled and launched instant app locally with ia tool.
But when I try upload apks.zip to play console I've got an error "The configuration APKs in your Instant App APKs should have targeting information."
What does mean this message? Can it be connected with bundletool? Or could you advise how correctly upload instant app apks.zip to play console?