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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:26:43+00:00 2026-05-26T13:26:43+00:00

I have a strange problem with my Android app. When I start it from

  • 0

I have a strange problem with my Android app. When I start it from Netbeans, the app gets installed on my device (attached via USB). After that nothing happens. I also can’t find the app anywhere on the device!! (no icon, no nothing).
Still I know the app has been installed, because under the android settings, where it says “Manage Applications” (or something) the app is now listed and I can uninstall it.

I’ve tried the whole procedure with a blank HelloWorld app, which worked fine. Here an icon got created o the device and the app was started correctly by NetBeans.

So I guess there is something wrong with my app causing it not to appear in the phone’s launcher?

EDIT:
Here’s the manifest:

<?xml version="1.0" encoding="utf-8"?>

<uses-sdk android:minSdkVersion="4" />

<application
    android:icon="@drawable/icon"
    android:label="@string/app_name" android:debuggable="true">
</application>

  • 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-26T13:26:43+00:00Added an answer on May 26, 2026 at 1:26 pm

    you need to add below line in your Main activity in androidmanifest file

    <activity android:label="@string/app_name"
              android:name=".MainActivity">
                <intent-filter>
                    <action android:name="android.intent.action.MAIN" />
                    <category android:name="android.intent.category.LAUNCHER" />
                </intent-filter>
    </activity>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm making an Android app and have a strange problem. I need a ViewFlipper
I have a strange problem in my android app. I have an activity which
I have a strange problem in my android app. In one method I do
We have a strange problem when implementing sessions with ColdFusion in IE6. After login
I have a very strange problem with Android animations, I tried many different approaches
I have a strange problem with Eclipse (Helios). After a few hours of working
I have a strange problem with an HTC Desire, Android 2.2 and 2.3, Vodafone
I have a strange problem with developing in Scala on Android. I'm using sbt
I have an android app. in that I am comparing two strings from the
I have a strange problem when accessing android sqlite datbase. I have a line

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.