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: mainE/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.