gpt4 book ai didi

android - 如何从我的 android 应用程序调用谷歌地图,如调用电子邮件

转载 作者:太空宇宙 更新时间:2023-11-03 12:02:26 25 4
gpt4 key购买 nike

try {
Intent searchAddress = new Intent(Intent.ACTION_VIEW,
Uri.parse("geo:0,0?="+emp_city_location));
startActivity(searchAddress);
} catch(Exception e) {
System.out.println(e);
}

我得到了类似的异常

03-03 21:01:56.349: INFO/System.out(179): android.content.ActivityNotFoundException: 找不到处理 Intent 的 Activity { act=android.intent.action.VIEW dat=geo:0,0 ?=钦奈 }

请回复我

最佳答案

您需要正确构建您的 geo: URL。查看documentation对于语法。我认为您可能只是在 ?= 之间缺少一个 q,但我还没有尝试过那个特定的 geo: 语法。

关于android - 如何从我的 android 应用程序调用谷歌地图,如调用电子邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2372557/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com