Android Instant Apps未在Pixel上运行
作者:互联网
最近我的Pixel开始显示以下消息:
Development Mode Active -
URLs will be routed to Dev Manager in order to launch Instant Apps locally.
此外,在设置中 – >应用我可以看到即时应用的Google Play服务.
现在,当我尝试了希望和嗡嗡声美味,以便我可以运行他们的即时应用程序,我被带到他们的网站,而不是在即时应用程序.
我在Android Studio 3.0 Canary 4中构建了一个Instant应用程序.
它在模拟器上工作正常但是当我连接我的Pixel在android 7上运行时它显示以下错误 –
侧载即时应用程序失败:阅读捆绑超时.
当我再次重试时,它表明了这一点 –
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}
同样的问题已被问到here,但在这种情况下问题是模拟器不是真正的设备.
CompiledSdkVersion 25 targetSdkVersion 25 buildToolsVersion 25.0.3
任何帮助将不胜感激,也可以尝试一些已发布的即时应用程序列表.
解决方法:
不幸的是,Instant Apps尚未在印度上市.这意味着,默认情况下,Instant Apps功能会在真实设备上关闭,包括在开发环境中.请在此处查看支持的国家/地区列表:https://support.google.com/googleplay/android-developer/answer/7381861#production
我们正在解决此问题,并将在几周内提供更新.同时,请使用模拟器进行开发.
标签:android,android-studio,android-instant-apps 来源: https://codeday.me/bug/20191003/1846074.html