> > 08-22 05:50:08.890: E/AndroidRuntime(608): Caused by: > java.lang.NullPointerException > 08-22 05:50:08.890: E/AndroidRuntime(608): at > ir.smspeik.sms.Hoghoughi.onCreate(Hoghoughi.java:23) >
You are trying to use something that is null in Hoghoughi.java on line 23... Start there. And then learn how to read Java stack traces. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Aug 22, 2012 at 12:14 AM, Ehsan Sadeghi <[email protected]> wrote: > 08-22 05:50:08.890: E/AndroidRuntime(608): Caused by: > java.lang.NullPointerException > 08-22 05:50:08.890: E/AndroidRuntime(608): at > ir.smspeik.sms.Hoghoughi.onCreate(Hoghoughi.java:23) > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

