编程语言
首页 > 编程语言> > android – 示例即时应用程序需要更新的SDK

android – 示例即时应用程序需要更新的SDK

作者:互联网

即使我按照官方emulator setup guidesample project setup guide的说法,我仍然会在问题的底部得到错误.

使用:
– Android Studio 3.0-Alpha7
– 带有SDK 23的像素模拟器

配置成功,并且能够在“设置”中启用即时应用程序> Google>即时应用

Side loading instant app failed: Failure when trying to read bundle. Instant App com.instantappsample requires an SDK version which is newer than the one installed on device. Please update the SDK on the device.
Error while Uploading and registering Instant App

解决方法:

创建API 26(aka O)模拟器允许我成功安装Instant App,而不是按照指南.帽子从Github project android-instant-apps开始
解决方法我首先尝试失败:

>卸载“适用于即时应用的Google Play服务”(来自其他答案)
>降级到Android Studio 3.0 Canary 5
>使用可以运行即时应用程序的物理设备(Galaxy S6 SM-G920V,Android 7.0)

标签:android,android-instant-apps
来源: https://codeday.me/bug/20190622/1264558.html