Click here to Skip to main content
15,885,278 members
Articles
Tip/Trick
(untagged)

Release Android App Using Eclipse

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
8 Dec 2014CPOL 16.3K   10   9
This tip will help people to publish Android app into Google play store

Introduction

People face problems while trying to publish their APK due to keystroke or align and nowhere are the proper documents to release APK using Eclipse. So here, you will find only five steps to release Android app into Google play store.

Follow the Steps Given Below

  1. Project should be bug free.
  2. Remove extra validation from Android tool
    1. Windows -> Preferences -> Android -> Lint Error Checking =>Ignore All

      Image 1

  3. Create Key Store
    1. Right click on project -> Android tool -> Export Signed Application Package

      Image 2

    2. Select Project name

      Image 3

    3. Give location path where key will save.
    4. Enter Password as android and alias as androiddebugkey

      Image 4

    5. Enter details in the following image:

      Image 5

    6. Give release apk path:

      Image 6

  4. Now APK is ready to place into Google play console.
  5. If application uses some Google API like Map, then you need to do several steps more which are in the following way:

    Image 7

    1. Go to Windows -> Preference -> Android -> Build -> custom debug key Store -> Browse. You will get the following screen:
    2. Click on browse and select keystore file:

      Image 8

    3. Copy SHA1 fingerprint and Click on Ok. Replace SHA1 fingerprint with old one in Google API console.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions

 
QuestionNew App Pin
Member 120349905-Oct-15 11:12
Member 120349905-Oct-15 11:12 
AnswerRe: New App Pin
Member 1217419029-Nov-15 5:04
Member 1217419029-Nov-15 5:04 
GeneralRe: New App Pin
Member 1413016825-Jan-19 9:54
Member 1413016825-Jan-19 9:54 
QuestionHow about from Droidio? Pin
B. Clay Shannon8-Dec-14 9:09
professionalB. Clay Shannon8-Dec-14 9:09 
AnswerRe: How about from Droidio? Pin
Member 1217419029-Nov-15 5:06
Member 1217419029-Nov-15 5:06 
QuestionGoogle API for maps Pin
Member 112954878-Dec-14 7:54
Member 112954878-Dec-14 7:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.