Side loading instant app failed: Reading bundle timed out

后端 未结 4 1872
清歌不尽
清歌不尽 2021-01-20 06:40

Unable to use Android Emulator, for testing the Instant Apps!! Every-time I\'m getting \"Side loading instant app failed: Reading bundle timed out.\"

<
4条回答
  •  天涯浪人
    2021-01-20 07:27

    The device is being considered as "already provisioned for instant apps" but it's not, probably because another device with the same serial number (same emulator) was used before and modified or because the device was modified externally (not by Android Studio).

    A workaround for that is to clear the cache before each run: InstantApp run configuration -> before run tasks -> provision for instant app task -> edit -> clear provisioned devices cache.

提交回复
热议问题