尝试获取位置时出现 java.lang.InterruptedException

发布于 2024-11-08 07:54:43 字数 268 浏览 0 评论 0原文

这是我的代码:

        Criteria criteria = new Criteria();
        LocationProvider locationProvider = LocationProvider.getInstance(criteria);
        Location currentLocation = locationProvider.getLocation(300);

它在第三行抛出异常。我该如何解决这个问题?

Here is my code:

        Criteria criteria = new Criteria();
        LocationProvider locationProvider = LocationProvider.getInstance(criteria);
        Location currentLocation = locationProvider.getLocation(300);

It throws the exception at the third line. How can I fix this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

颜漓半夏 2024-11-15 07:54:43

您在模拟器中运行您的应用程序吗?如果是,那么您必须更改 IT 策略。
转到“模拟”,选择“设置 IT 策略和策略”。 GPS 位置如下。
在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

我希望这会对您有所帮助..:)

Do you run your application in the simulator? If yes ,then you have to change the IT policy.
Go to Simulate select Set IT Policy & GPS Location as given below.
enter image description here

enter image description here

enter image description here

I hope this will help you.. :)

终遇你 2024-11-15 07:54:43

我想通了。当我处于封闭区域时,GPS 无法接收数据并抛出 InterruptedException。

I figured it out. When I am in a closed area GPS cannot receive data and throws InterruptedException.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文