我可以在本地测试从捆绑包部署的即时应用程序吗?

Can I test an instant app deploy from bundles locally?

可以使用捆绑工具测试可安装的 App Bundle。 https://developer.android.com/studio/command-line/bundletool

bundletool build-apks 
bundletool install-apks

最近 Google 添加了以 App Bundle 格式发布 Instant Apps 的功能。 有什么方法可以测试从本地捆绑包部署的即时应用程序吗? 好像

bundletool deploy-apks

找到更新的文档。

https://developer.android.com/topic/google-play-instant/getting-started/instant-enabled-app-bundle

bundletool build-apks
unzip base.apks
$ANDROID_HOME/extras/google/instantapps/ia --debug run splits/*.apk