Instant App崩溃时有多个查询参数

时间:2018-03-15 22:37:27

标签: java android android-studio android-instant-apps

我在 Android Studio 中为 instantapp 模块提交了一个运行配置,其启动网址为https://example.com/?Q1=12345,运行正常。 handleIntent()的自动生成代码提取意图数据和查询。然后我可以提取查询参数,如下所示:

queryParm=appLinkIntent.getData().getQueryParameter("Q1")

然后我尝试测试传递第二个查询参数,如https://example.com/?Q1=12345&Q2=67890。即使在onCreate()顶部触发的Logcat中发布日志条目,instantApp活动也会崩溃。

有没有人能够将至少两个查询参数传递给instantapp? 如果是这样,我错过了什么?

1 个答案:

答案 0 :(得分:0)

参考Google Issues Tracker

刚刚在 Android Studio 3.2 Canary 14 上进行了测试,并且没有观察到在运行配置中使用https://example.com/?Q1=12345&Q2=67890导致的任何崩溃。

如果问题仍然存在,请在Google issue tracker报告,然后重新审核。