诡异android问题题 Unable to start service Intent { cmp=Com.RuiZhi.Iscan/ Com.RuiZhi.Logic.MainSerice logcat提示的异常:Unable to start service Intent { cmp=Com.RuiZhi.Iscan/Com.RuiZhi.Logic.MainService }: not found,但明明我给这这创
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/20 12:33:27
ܸYJ)t ʀMNy<uV:G륰#?ygg3Zk<X :.4(8@WD2%:$ Mj{b)>/|sH1K>>;YIP ~iܛ=T2dIUV)dARnHURT~Pծ2N"P^-U ښ5C12u!ޥ5j2LӲ28CcEϔ͜+9˭y/_/j^!d㌢9-Ȅ栮j&:=Iٝ,/ga>0xCG`/^?87@J͟Nrxw} o;֓>sx,RQ]L&*
诡异android问题题 Unable to start service Intent { cmp=Com.RuiZhi.Iscan/ Com.RuiZhi.Logic.MainSerice logcat提示的异常:Unable to start service Intent { cmp=Com.RuiZhi.Iscan/Com.RuiZhi.Logic.MainService }: not found,但明明我给这这创
诡异android问题题 Unable to start service Intent { cmp=Com.RuiZhi.Iscan/ Com.RuiZhi.Logic.MainSerice
logcat提示的异常:
Unable to start service Intent { cmp=Com.RuiZhi.Iscan/
Com.RuiZhi.Logic.MainService }: not found
,但明明我给这这创建了这个类了.
而且我在配置文件中也加了相应的配置
<service android:name=".MainService" >
<intent-filter >
<action android:name="Com.RuiZhi.Logic.MainService"></action>
</intent-filter>
诡异android问题题 Unable to start service Intent { cmp=Com.RuiZhi.Iscan/ Com.RuiZhi.Logic.MainSerice logcat提示的异常:Unable to start service Intent { cmp=Com.RuiZhi.Iscan/Com.RuiZhi.Logic.MainService }: not found,但明明我给这这创
检查一下Service完整包名,应该是Com.RuiZhi.Logic/Com.RuiZhi.Logic.MainService
在包Com.RuiZhi.Iscan里面是没有MainService类的.