我的开机启动的app遇到the application has stop unexpectedly please try again

刚开始学习做android开发,犯了这个错误,老鸟应该不会犯的,哈哈。


原来是manifest没写对


manifest的包

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="com.sxhpfandroid.umpfstati"

       ..........

而我的接收广播的类放在包

com.sxhpfandroid.umpfstati.broadcast



我是参考网上的例子写的,这里的引用在我的工程里面是不对的,注意看,是直接用了点“ . ”

<receiver android:name=".SxhPfBroadcastReceiver"

后来把它改成以下,就可以跑了

<receiver android:name="com.sxhpfandroid.umpfstati.broadcast.SxhPfBroadcastReceiver"


参考资料

http://stackoverflow.com/questions/3935321/my-broadcastreceiver-is-not-receiving-the-boot-completed-intent-after-my-n1-boot


http://developer.android.com/guide/topics/manifest/receiver-element.html

android:name
The name of the class that implements the broadcast receiver, a subclass of  BroadcastReceiver. This should be a fully qualified class name (such as, " com.example.project.ReportReceiver"). However, as a shorthand, if the first character of the name is a period (for example, " . ReportReceiver"), it is appended to the package name specified in the  <manifest> element.

Once you publish your application, you should not change this name (unless you've setandroid:exported="false").

There is no default. The name must be specified.


  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值