IllegalArgumentException: Service not registered:

Posted by Android Dev on Stack Overflow See other posts from Stack Overflow or by Android Dev
Published on 2010-06-18T12:08:15Z Indexed on 2010/06/18 12:13 UTC
Read the original article Hit count: 907

Filed under:

I have multiple activities in my app, evry activity calls bindservice and unbind service method to fetch data. in first activity unbindservice method works fine but in next activity which is also reusing same service where bind service method works fine but unbindservice method gives exception: IllegalArgumentException: Service not registered:

Please help on this.

© Stack Overflow or respective owner

Related posts about android