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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T21:07:15+00:00 2026-05-20T21:07:15+00:00

I have made a small application in android and I want to publish it

  • 0

I have made a small application in android and I want to publish it on market.

So first of all how to export final APK from eclipse and
second what are the parameters to set in AndroidManifest file?

Please, help me.

  • 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-20T21:07:16+00:00Added an answer on May 20, 2026 at 9:07 pm

    1) Extracting signed package

    A quote from here:

    Compiling and signing with Eclipse ADT
    When using Eclipse with ADT, you can
    use the Export Wizard to export a
    signed .apk (and even create a new
    keystore, if necessary). The Export
    Wizard performs all the interaction
    with the Keytool and Jarsigner for
    you, which allows you to perform
    signing via a graphical interface
    instead of the command-line. Because
    the Export Wizard uses both Keytool
    and Jarsigner, you should ensure that
    they are accessible on your computer,
    as described above in the Basic Setup
    for Signing.

    To create a signed .apk, right-click
    the project in the Package Explorer
    and select Android Tools > Export
    Signed Application Package.
    (Alternatively, open your
    AndroidManifest.xml file in Eclipse,
    open the Overview tab, and click Use
    the Export Wizard.) The window that
    appears will display any errors found
    while attempting to export your
    application. If no errors are found,
    continue with the Export Wizard, which
    will guide you through the process of
    signing your application, including
    steps for selecting the private key
    with which to sign the .apk, or
    creating a new keystore and private
    key.

    When you complete the Export Wizard,
    you’ll have a signed .apk that’s ready
    for distribution.

    2) Manifest
    There are a lot of params in manifest file. The main ones you need is:
    Parameters of manifest tag:

    package="com.yourcompany.yourapppackage"
    

    is the package name of your project. I assume you already have it.

    android:versionCode="4" android:versionName="1.0.3"
    

    These two describes the code and name of the version of your software. version code should be always an integer, and version name can be any string you like. Don’t forget to increase your version code, when uploading an update.

    Nested tag <uses-sdk android:minSdkVersion="3" />
    is a tag, which specifies the minimum api level your application uses.

    Nested tags <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> are necessary only if you need some permissions for application.

    Read more about manifest file here.

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

Sidebar

Related Questions

I have this application from the market in an apk format, but I want
I have made a small log service that i want to publish to a
i have used eclipse, android sdk and phonegap to create a small application. I
I have made a small method to display the installed application name in android.
I have made a small java swing application that I want to share with
I have made a small application in Java and I would like to make
I have written a small WinForm application in C#. The EXE that is made
I have made a small windows application with visual studio 2008 ,its working properly
I have made a small Java .jar GUI application. When I run it on
i have made a small web application with form.html output.jsp ServletOne.java In the form.html,users

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.