This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Help me Inserting Alarm and Notification

Hi,

I am creating an android app and I want to insert alarm and notification in it, but I am facing some runtime error. I have tried to resolve it but the problem is still not resolved yet. Can anyone please help me to android this functionality on my android app. I am looking for more blogs and few android developer forum to get an answer. Check error below.


E/AndroidRuntime(  812): FATAL EXCEPTION: main
E/AndroidRuntime(  812): java.lang.RuntimeException: Unable to start \

….

  • This question is probably more appropriate for an actual Android Developer Forum as you suggested but the site you have linked to appears to be a re-posting utility that abuses forums a bit. That said, could you provide more context? There is very little information to work with here. You're probably failing to initialize a class or variable that you're using but without seeing your main() code or more of the error output, we can't deduce why you're getting this error.