On Tue, Jun 15, 2010 at 11:06 AM, tarek attia <tarek.m.at...@gmail.com> wrote:
> Hi all,,
> I have an activity that contains a button in it,and once this button is
> clicked I start service ,but each time i press the button no service is
> started and this message appear in the LogCat
>
> Unable to start service intent {Package name}: Not found

Either your service is not registered in AndroidManifest.xml, or your
Intent that you are using to start the service is flawed.

-- 
Mark Murphy
CommonsWare
mmur...@commonsware.com
http://commonsware.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to