android配置文件时出错,但是APP正常运行

图片说明

这个是什么情况?求指点
com.Com_send_serv has no default constructor
validates resource references inside Android xml files
com.Com_send_serv is not assignable to android.app.service
validates resource references inside Android xml files

android:name中字母都要小写。

com.Com_send_serv中的Com改成com。很其他风格保持一致

name里多了个m?comm?com?

在sercice中写默认构造函数

请问你是怎么解决的,我也碰到这个问题了

在Sercice中写了private构造函数