0

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

bundletool build-apks 
bundletool install-apks

最近,Google 增加了以 App Bundle 格式发布 Instant Apps 的功能。有没有办法从本地捆绑包中测试即时应用程序部署?喜欢

bundletool deploy-apks
4

1 回答 1

1

找到更新的文档。

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
于 2019-01-14T03:48:28.273 回答