Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7885189
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:59:47+00:00 2026-06-03T04:59:47+00:00

all tutorials tell me to do this: startService(new Intent(this, MyService.class)); but there is no

  • 0

all tutorials tell me to do this:

startService(new Intent(this, MyService.class));

but there is no constructor that takes Activity, Class and so i get syntax errors

http://developer.android.com/reference/android/content/Intent.html

I am attempting to spawn a service this way,

startService(new Intent(getApplicationContext(), MyService.class));

but my service never executes.

public class MyService extends IntentService {                                                                                                                                                                     

    public MyService() {                                                                                                                                                                                           
        super("MyService");                                                                                                                                                                                        
    }                                                                                                                                                                                                                  

    @Override                                                                                                                                                                                                          
    protected void onHandleIntent(Intent intent) {                                                                                                                                                                     
        //do stuff                                                                                                                                                                                                     
    }                                                                                                                                                                                                                  

}  

how can i spawn a service?

ANSWER: my android manifest didnt specifcy package

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T04:59:48+00:00Added an answer on June 3, 2026 at 4:59 am

    Actual problem (as found in comments) added here :

    The service was in a different package, so in the manifest it has to be fully qualified, e.g. <service android:name="actual.package.of.MyService"/>

    Old Answer:

    1. If you try to launch the service in an inner class, you should not write:

      startService(new Intent(this, MyService.class));
      

      But:

      startService(new Intent(ActivityName.this, MyService.class));
      
    2. Make sure your service appears in the manifest.

    3. Add a debug print inside the onHandleIntent to see whether it starts or not.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm following multiple tutorials that all tell me to put this into my functions.php
This is very dumb - but I've seen all the tutorials and guides -
OK, I'm pretty new to this, and ploughing through all the tutorials and answered
I've got all the tutorials up to beginner #5 translated and working, but I
I am learning RESTful Web Services and all the tutorials use javax.ws.rs.* package. But
So followed all the basic tutorials. Am using Zend 1.8 but i keep getting
I've been searching for tutorials to better understand this, but I'm having no luck.
There is probably a simple answer to this question but I do not have
I need to tell you that i'm very new to jquery and still learning,
I'm learning Eclipse PDT for PHP development. In pretty much all tutorials I've read

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.