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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T16:11:00+00:00 2026-06-10T16:11:00+00:00

I’m sure the problem has already been solved 100 times, but i cannot find

  • 0

I’m sure the problem has already been solved 100 times, but i cannot find a solution that works for me.

I have developed an application and testeed it (USB-Debugging) on a htc Sensation. Now i want to release. So I use the export WIzard of Eclipse to create the signed Apps .apk.

I deinstall the app on the htc-sensation and restart the phone.
Copy the apk to sdcard, install the app, (restart the phone just in case) and run the app. Works.

Then i grab my Samsung galaxy s3, check “unknown sources”, copy apk to scdard, install (restart phone just in case).
If i want to start the app i get the Toast “App is not installed”. It is listed as Installed and i can deinstall and reintall it (without an effekt on the error).

Also if i want to debug in my s3: (USB debugging is enabled, i can select it from the list in eclipse as debugging-target)

Console says:

Android Launch!
adb is running normally.
Performing com.myapp.main.MainActivity activity launch
Uploading myapp.apk onto device '4df1fee466246ffd'
Installing myapp.apk...
Success!

But the app neither starts running, nor can i start it manually (same Toast message “App is not isntalled”)

already tried:

of course multiple phone restarts and reinstalls
reexporting the apk

remove and reapply sd-card

install with adb install command

the s3 runns android 4.0.4, the htc 4.0.3, the app requires minimum 4.0.3.

What am i missing about this?

EDIT:
MANIFEST:XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.myapp"
    android:versionCode="1"
    android:versionName="1.0" >

    <uses-sdk android:minSdkVersion="15" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
    <uses-permission android:name="android.permission.INTERNET"/>
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

    <application
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name" android:permission="android.permission.INTERNET">
        <activity 
            android:name="com.myapp.main.MainActivity" 
            android:launchMode="standard" 
            android:clearTaskOnLaunch="true"
            android:label="@string/app_name" 
            android:screenOrientation="portrait" android:immersive="false" android:stateNotNeeded="false" android:finishOnTaskLaunch="true" android:finishOnCloseSystemDialogs="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

        <activity 
            android:name="com.myapp.main.ContentListActivity" 
            android:finishOnTaskLaunch="true" 
            android:screenOrientation="portrait" 
            android:label="@string/app_name" android:launchMode="standard" android:immersive="false" android:stateNotNeeded="false" android:clearTaskOnLaunch="true" android:finishOnCloseSystemDialogs="true">

        </activity>

        <activity 
            android:name="com.myapp.main.LoadPreferencesActivity" 
            android:finishOnTaskLaunch="true" 
            android:label="@string/app_name"
            android:screenOrientation="portrait" android:launchMode="standard" android:immersive="false" android:stateNotNeeded="false" android:clearTaskOnLaunch="true" android:finishOnCloseSystemDialogs="true">

        </activity>

        <activity 
            android:name="com.myapp.main.DownloadDialogActivity" 
            android:finishOnTaskLaunch="true" 
            android:label="@string/app_name" 
            android:screenOrientation="portrait" android:launchMode="standard" android:stateNotNeeded="false" android:clearTaskOnLaunch="true" android:immersive="false" android:finishOnCloseSystemDialogs="true">

        </activity>

    </application>

</manifest>
  • 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-10T16:11:01+00:00Added an answer on June 10, 2026 at 4:11 pm

    Remove you Internet Permission from the Application Tag . It Declare twice . So your application declaration looks like this now:

    <application
            android:icon="@drawable/ic_launcher"
            android:label="@string/app_name">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
Seemingly simple, but I cannot find anything relevant on the web. What is the
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into
I have been unable to fix a problem with Java Unicode and encoding. The
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a jquery bug and I've been looking for hours now, I can't
Basically, what I'm trying to create is a page of div tags, each has

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.