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 6944709
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:20:32+00:00 2026-05-27T13:20:32+00:00

Okay so i have been working on this app for a couple months now

  • 0

Okay so i have been working on this app for a couple months now not really sure what i have done… but before when i would run the app from eclipse to the emulator it would auto open the application when it is finished loading it.. now it doesn’t,, then after i signed the app and put the apk file onto my sd card and then installed it, it shows that it has been installed but doesn’t show up in the app drawer and i can’t run in from the setting>manage apps…. anyone have an idea what i might of done that has messed it up?

UPDATE 12-11-2011

after looking into the manifest i found the simple problem that was like a thorn to me, this is what i had that was causing the error:

<activity android:name=".Splash" android:label="@string/app_name" >
    <intent-filter >
        <action android:name="android.intent.action.SPLASH" />
        <category android:name="android.intent.category.LAUNCHER" />
    </intent-filter>
</activity>

<activity android:name=".Main" android:label="@string/app_name" >
    <intent-filter >
        <action android:name="android.intent.action.MAIN" />
        <category android:name="android.intent.category.LAUNCHER" />
    </intent-filter>
</activity>

android:name=".Splash" intent should of been android:name="android.intent.action.MAIN"

then changed my class Main to MainScreen that intent then should of been android:name="android.intent.action.MAINSCREEN"
so i wouldn’t confuse myself (hopefully) anymore on it

  • 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-05-27T13:20:33+00:00Added an answer on May 27, 2026 at 1:20 pm

    In your manifest.xml file there should be one activity similar to this:

    <activity android:name=".MainActivity"
              android:label="My Awesome App">
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
    

    The notable part is the intent-filter. If you don’t have that setup correctly, then it will not show in the app drawer. My guess is that you removed that by accident somehow…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Okay I have been working on this for about 2 hours and am sure
Okay, this sounds stupid but this is driving me nuts. I have been working
Okay. Now I give up. I have been playing with this for hours. I
Okay I been trying to work this out but unable too. I have a
Okay I have been working on a website but I keep on having an
Okay guys I have a database I have been working on for days now.
Okay this one has me stumped.. mainly because i have been working on this
Okay, I kinda asked this question already, but noticed that i might have not
okay i have been trying to understand this for hours i am learning VB
Okay, so I have been searching and searching and have not found any help.

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.