gpt4 book ai didi

java - 地理编码器强制关闭

转载 作者:行者123 更新时间:2023-12-01 15:42:06 25 4
gpt4 key购买 nike

我有这个应用程序,应该从经度和纬度获取地址,但当我按下按钮调用信息时,它会一直强制关闭。

Logcat 错误:

10-25 14:33:51.802: ERROR/AndroidRuntime(11166):     at http.www.hotapp.com.timeandlocation.LocationManagerHelper.getAddress(LocationManagerHelper.java:51)

我的地理编码器代码

public static boolean getAddress(){
Geocoder geoCoder = new Geocoder(context);
try {
geoCoder.getFromLocation(getLatitude(), getLongitude(), 0);
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return true;
}

logcat 错误表明该错误与 new Geocoder 相关。请帮忙。

最佳答案

您使用的上下文可能是错误的,它应该是调用 Activity 的上下文。

关于java - 地理编码器强制关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7895607/

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