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

时间:2019-01-14 03:39:17

标签: android testing android-instant-apps android-app-bundle

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

bundletool build-apks 
bundletool install-apks

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

bundletool deploy-apks

1 个答案:

答案 0 :(得分:0)

找到更新的文档。

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