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

  • Home
  • SEARCH
  • 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 9158471
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:15:15+00:00 2026-06-17T13:15:15+00:00

I got the Launcher tag, but my app still does not launching on compile

  • 0

I got the Launcher tag, but my app still does not launching on compile from eclipse, what is the problem?

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.myproject.test"
android:versionCode="1"
android:versionName="1.0" >


<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCES_LOCATION_EXTRA_COMMANDS"/>
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION"/>   
<uses-permission android:name="android.permission.CONTROL_LOCATION_UPDATES"/>   
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>



<uses-sdk
    android:minSdkVersion="8"
    android:targetSdkVersion="15" />

<application
    android:icon="@drawable/ic_launcher"
    android:label="@string/app_name"
    android:theme="@android:style/Theme.NoTitleBar.Fullscreen">

    <service android:name=".CurrentMoodService">
    </service>


    <receiver android:name=".CurrentMoodWidgetProvider">
        <intent-filter>
            <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
            <category android:name="android.intent.category.DEFAULT"></category>
            <category android:name="android.intent.category.ALTERNATIVE"></category>
        </intent-filter>
        <intent-filter>
            <action android:name="com.myproject.test.widget.CurrentMoodService.MOODY" />
        </intent-filter>
        <meta-data android:name="android.appwidget.provider"
                   android:resource="@xml/widgetproviderinfo" />
    </receiver>



    <activity
        android:name="com.myproject.test.MainTabActivity"
        android:label="@string/title_activity_main" >
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
    <activity android:name="com.myproject.test.activities.Home"></activity>
    <activity android:name="com.myproject.test.activities.Check"></activity>
    <activity android:name="com.myproject.test.activities.Map"></activity>
    <activity android:name="com.myproject.test.activities.Contact"></activity>
    <activity android:name="com.myproject.test.activities.More"></activity>
    <activity android:name="com.myproject.test.activities.About"></activity>
</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-06-17T13:15:17+00:00Added an answer on June 17, 2026 at 1:15 pm

    In your manifest,in second lines you have write

    package="com.priject.test"
    

    and here package name is com.myproject.test

    <activity
            android:name="com.myproject.test.MainTabActivity"
            android:label="@string/title_activity_main" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
    
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    

    Make sure you have specified the correct package name 🙂

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

Sidebar

Related Questions

I have got Eclipse to generate a Basic android Hello World app, But it
I got a Problem with implementing Admob into an App. This is my main.xml:
I've got a working twitter4j implementation but the OAuth process for authorizing the app
Ive got a problem. I want to open an Activity with a Button but
Here is what I got from the Eclipse log when trying to start Eclipse
My steps: got SHA1 code from debug.keystore create app in google apis console enabled
I'm developing an app for Honeycomb and got this really quirky problem. I've changed
i have the fallowing problem with my installing(easy eclipse), but ran the progam annd
I've got Maven to respond on IntelliJ (all env vars are set); but still
I downloaded Eclipse from some Asian university mirror, then tried to install it, but

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.