简体   繁体   中英

Android App Not Install. An existing package by the same name

i have lost my old debug.keystore file and i generated a new one, when i build my new apk and i want to update the old one in my phone it show me "Android App Not Install. An existing package by the same name".

Can any one help me what should i do? can i modify the debug.keystore with the old sha1???

Can any one help me what should i do?

Uninstall the existing app.

can i modify the debug.keystore with the old sha1 ?

No.

You will not be able to publish an update on Google Play if the app is signed by a different keystore than the one first published. You'll need to change the package name, resulting in a new app on Google Play.

If the old app isn't published just go ahead and uninstall the old app to be able to install the new.

Hi I had Shared the steps, It will definitely resolve the issue regarding Unity Android App Not Installed

  1. Check is you bundle identifier is same with previous build
  2. PlayerSettings > Enable build il2cpp Armv7 and 64bit build and donot split the build
  3. Assign the keystore and assign password
  4. Set the player setting SDK Card to Automatic
  5. Make Sure your previous build is assigned with same keystore
  6. Target Api Level should be Equal or greater than previous one

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM