菜单栏: File —> New —> Service
然后弹出【New Android Component】界面:
在这里可以创建一个service组件,并添加到AndroidManifest.xml文件中.
Class Name: 类名,会继承Service.
Exported: Service的属性,表示是否支持其它应用调用当前组件.
Enable:Service的属性,表示该服务是否能够被实例化.
使用默认配置,然后创建成功.