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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:09:13+00:00 2026-06-12T09:09:13+00:00

i have an Android open source application published here https://github.com/evilsocket/dsploit … as you can

  • 0

i have an Android open source application published here https://github.com/evilsocket/dsploit … as you can see in the Downloads section, i distribute precompiled apk packages for my users.

The app implements a very simple auto update engine:

  1. At startup it checks the file VERSION in the github repository which contains the string of the latest version available and compares it with the running version name.
  2. If the remote version > local version, then the app downloads the new apk from the repo.

The problem is that when the install process starts:

Intent intent = new Intent( Intent.ACTION_VIEW );
intent.setDataAndType( Uri.fromFile( file ), "application/vnd.android.package-archive" );
intent.setFlags( Intent.FLAG_ACTIVITY_NEW_TASK );

mContext.startActivity(intent);

The user gets the error message:

An existing package by the same name with a conflicting signature is already installed.

To create the apk in eclipse, i export a signed apk and create a new keystore for each version … do i have to use always the same keystore ?

thanks

  • 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-12T09:09:14+00:00Added an answer on June 12, 2026 at 9:09 am

    Yes! You always have to use the same keystore. In fact, if you were using the Google Play Store it won’t let you post the update if it was signed with a different keystore. If you no longer have the same keystore that you used to sign the first apk then you’ll need your users to uninstall the app and install the new version. From now on, if you use the same keystore, the process should go smoothly.

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

Sidebar

Related Questions

A lot of open source libraries that aid in Android application development have sprung
I have an open-source application on the Android market. It seems to work fine
I am developing android application in which i have to open option menu from
Possible Duplicate: How to open-source an application that uses API keys I have an
I'm looking for an open-source library for android (Jar), in which I can open
there's one menu on my application, only can open with internet connection, i have
I'm debugging some open source email client in android right now but I have
I am writing an open-source game engine for Android ( here ), and I
I have android.permission.READ_OWNER_DATA but I can't find any reliable code that would explain how
i have made an android application for Project Build Target as Target name:: Android

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.