开发者社区> 问答> 正文

ecplise没法创建service类

new里面没有service,other里面也没有
直接写一个类的话,自己extends service出错,然后import android.service也出错

展开
收起
爵霸 2016-06-12 09:02:51 1712 0
1 条回答
写回答
取消 提交回答
  •  public class TestService extends Service {
        @Nullable
        @Override
        public IBinder onBind(Intent intent) {
            return null;
        }
    }
    2019-07-17 19:33:09
    赞同 展开评论 打赏
问答地址:
问答排行榜
最热
最新

相关电子书

更多
《基于 Service Worker 实现在线代理》 立即下载
开源广进-用Service Catalog构造K8S服务能力 立即下载
开源广进,用service cataloq构造k8s服务能力中心 立即下载

相关实验场景

更多