ฉันสามารถทดสอบการใช้งาน Instant App จากบันเดิลในเครื่องได้หรือไม่

คุณสามารถทดสอบ App Bundle ที่ติดตั้งได้ด้วยเครื่องมือ Bundle https://developer.android.com/studio/command-line/bundletool

bundletool build-apks 
bundletool install-apks

ล่าสุด Google ได้เพิ่มความสามารถในการเผยแพร่ Instant Apps ในรูปแบบ App Bundle มีวิธีทดสอบการใช้งาน Instant App จากบันเดิลในเครื่องหรือไม่ เหมือนกับ

bundletool deploy-apks

person Volkman    schedule 14.01.2019    source แหล่งที่มา


คำตอบ (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
person Volkman    schedule 14.01.2019