gpt4 book ai didi

android - START_NOT_STICKY 无法解析为变量

转载 作者:搜寻专家 更新时间:2023-11-01 09:06:43 26 4
gpt4 key购买 nike

我正在尝试使用以下方法阻止我的服务自行重启:

@Override
public int onStartCommand(Intent intent, int flags, int startId) {
return START_NOT_STICKY;
}

我收到错误消息“START_NOT_STICKY 无法解析为变量”,我看到了另一个关于此的问题以及它为何需要成为服务而不是 Activity 。我有

public class wd_locationService extends Service implements LocationListener {

这会有所作为吗?或者还有什么可能导致这个?谢谢

最佳答案

what else could be causing this?

我的猜测是您的目标是 Android v1.6 (API 4),并且 START_NOT_STICKY 常量已添加到 API 5(我认为是 Android v2.0)中。

如果是这种情况,您需要将应用的目标 SDK 版本更改为仅支持 v2.0+

关于android - START_NOT_STICKY 无法解析为变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11424097/

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