Ahhhh... I see my mistake. I am creating 2 apps that work together... Thanks!
On Tuesday, April 2, 2013 6:57:32 PM UTC-5, RichardC wrote: > > Error is: Unable to instantiate receiver com.TWP.Project.TDC.SMSReceive > Source package is: com.TWP.Project.IES > Source class is: SMSReceiver > > "com.TWP.Project.TDC.SMSReceive" != "com.TWP.Project.IES.SMSReceiver" > > The class it is trying to instantiate does not match your source file > package name. > > On Wednesday, April 3, 2013 12:41:06 AM UTC+1, TWProgrammers wrote: >> >> Did you not read the code? >> >> On Monday, April 1, 2013 1:05:39 PM UTC-5, TWProgrammers wrote: >>> >>> <receiver android:name="com.TWP.Project.TDC.SMSReceiver" >>> android:enabled="true"> >>> <intent-filter android:priority="2147483647"> >>> <action >>> android:name="android.provider.Telephony.SMS_RECEIVED" /> >>> </intent-filter> >>> </receiver> >>> >> -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

