On Tue, Jun 15, 2010 at 11:30 AM, tarek attia <tarek.m.at...@gmail.com> wrote:
> The Service is registered in the AndroidManifest.xml ....
> and the intent I use is just simple :-
> Intent i = new Intent();
> iGPS_service.setClassName("com.example", "MYService")

> Where might be the error?

Presumably your service is not in the com.example package or is not
named MYService, or I don't have the right error information.

> also in the logCat I see these errors :-
> resources don't contain package for resource number ,,does that relate to
> this?

Possibly -- it is difficult to tell without a full stack trace.

-- 
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