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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:44:44+00:00 2026-06-12T06:44:44+00:00

When I create an Android project in Eclipse and send it to my device

  • 0

When I create an Android project in Eclipse and send it to my device for debugging, the app works fine but when I try to uninstall it, I get a strange message. Below are the steps to recreate my problem:

Eclipse Version: 4.2.0 Build id: I20120608-1400

ADT Version: 2.0.3 v201208082019-427395

  1. Run Eclipse
  2. Click File->New->Project…
  3. Select Android/Android Application Project
  4. Click Next.
  5. Enter Application Name: Test
  6. Build SDK: Android 4.1
  7. Minimum Required SDK: API 8 Android 2.2
  8. Enable: Create custom launcher icon / Create project in workspace
  9. Click Next thrice.
  10. Click Finish.
  11. Connect 4.1 Android device to computer via USB.
  12. Click Run->Run from menu.
  13. Select “Android application” on popup the “Run As” popup.
  14. Click Ok.
  15. MainActivity application runs on device.
  16. Click the Back button on the Android device.
  17. Open applications on device and find “MainActivity” app.
  18. Long press the MainActivity icon and drag to trash.

Here’s the puzzling part:

Instead of getting a standard

Do you want to uninstall this app?

I get a dialog with this text:

MainActivity is part of the following app: Test

Do you want to uninstall this app?

  1. Why do I get this message instead of the standard one?
  2. Why is MainActivity the name of the app when I specifically stated the name of the app is “Test”?

Additional Information:
If I go to Settings->Apps, the Application shows up as Test but is listed in my Launcher as MainActivity.

AndroidManifest.xml

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

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

<application
    android:icon="@drawable/ic_launcher"
    android:label="@string/app_name"
    android:theme="@style/AppTheme" >
    <activity
        android:name=".MainActivity"
        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>
</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-12T06:44:46+00:00Added an answer on June 12, 2026 at 6:44 am

    The solution is to remove android:label=”@string/title_activity_main” in the activity element.

    The AndroidManifest.xml below solves the problem on Android 4.1.1 .

    <manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.example.test"
        android:versionCode="1"
        android:versionName="1.0" >
    
    <uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="15" />
    
    <application
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/AppTheme" >
    
        <activity
            android:name=".MainActivity" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
    
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to create an android project using eclipse IDE,its created successfully but
i want to create a chat app using flex 4.5 mobile project for android
I have to create an android project but,it has some dependencies on another project
When I create a new Android Sample Project from eclipse with api level 14,
When I create basic Android project on eclipse I can press debug button and
Whenever I create a new Android project in Eclipse, it shows an error in
When I create a new Android project in Eclipse, the following default proguard.cfg file
When trying to create a new Android Project with Eclipse, there is no Build
hi i have to create one new android project on my eclipse means am
Whenever I try to create a new Android project (inside an empty workspace) with

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.