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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T21:02:00+00:00 2026-06-10T21:02:00+00:00

I have an application compiled with Android 2.2 and API level 8. It works

  • 0

I have an application compiled with Android 2.2 and API level 8. It works perfectly on gingerbread devices. Now when I tried to install the same apk file on ICS 4.0.3 device for testing, I got an error “Unfortunately, package installer has stopped”.
I am totally new in android development and any help is highly appreciated.

Following is my Manifest.xml file:-

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

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

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

<supports-screens
android:largeScreens="true"
/>

<application
android:icon="@drawable/quicklogo"
android:label="@string/app_name" >
<activity
android:name=".SplashScreen"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".QuickShop"
android:label="@string/app_name" >
</activity>
<activity
android:name=".Download"
android:label="@string/app_name" >


</activity>
<activity
android:name=".QuickShopCameraActivity"
android:label="@string/app_name">


</activity>
<activity
android:name=".QuickShopPreviewActivity"
android:label="@string/app_name">
</activity>
<activity
android:name=".QuickShopActionActivity"
android:label="@string/app_name">

</activity>
<activity
android:name=".QuickShopProductDetails"
android:label="@string/app_name">
</activity>
<activity
android:name=".TestActivity"
android:label="@string/app_name">
</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-10T21:02:02+00:00Added an answer on June 10, 2026 at 9:02 pm

    For your application to run on ics, you have to include this attribute in your manifest:

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

    This way your application will be compatible from cupcake to ice cream sandwich.

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

Sidebar

Related Questions

I have an application compiled in Android 1.6 (api level 4) but I need
I have an .apk application for android which has been compiled and packed with
I am trying to install an application onto my device..I have compiled the application
For my application, I have a custom implementation of SharedPreferences . In API level
I have put my compiled application in /data/data folder of my android. And I
I have an Android application (java) that was working fine when compiled with the
I have an Android Application which uses JNI calls. Now i want this application
here is a good question: I have an application compiled for iPhone OS 2.21.
I have a .NET windows forms application compiled as x86 – it needs to
I have compiled my application on Linux (Intel) machine using this command gcc –g

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.