最近我的 Pixel 开始显示以下消息:
Development Mode Active -
URLs will be routed to Dev Manager in order to launch Instant Apps locally.
此外,在settings -> apps
我可以看到即时应用程序的 Google Play 服务。
现在,当我尝试使用Wish和BuzzFeed来运行他们的 Instant 应用程序时,我被带到了他们的网站,而不是在 Instant 应用程序中。
我在Android Studio 3.0 Canary 4中构建了一个即时应用程序。
它在模拟器上运行良好,但是当我连接在 android 7 上运行的Pixel时,它显示以下错误 -
侧面加载即时应用程序失败:读取包超时。
当我重试几次时,它显示了这一点-
Side loading instant app failed: Failure when trying to read bundle.
Unable to connect to Google Play Service ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null}
此处 提出了同样的问题,但在这种情况下,问题出在模拟器而不是真实设备上。
CompiledSdkVersion 25
targetSdkVersion 25
buildToolsVersion 25.0.3
任何帮助将不胜感激,还有我可以尝试的一些已经发布的即时应用程序的列表。