Updating Existing Android App on Play Store Gives Error [duplicate] - android

This question already has answers here:
Android developer "Upload new APK to Production 99% complete" and stuck
(4 answers)
Closed 8 years ago.
When I update the App with the new apk. it gives the error as attached image.
says
Upload Failed, We could not save your changes, please try again
my package name is the same, same key store is used...
What will be the reasons ? Thanks

It is a known problem with Google Play today.

Related

I used the wrong package name in Google Play Console [duplicate]

This question already has answers here:
Is it possible to change the package name of an Android app on Google Play?
(7 answers)
Closed 2 years ago.
I uploaded my first app and realized I used the wrong package name. Now I'm wondering is there a way to change this?
If you have already published the app then No you cannot change the package name, but if it's not yet published you can just create a secondary application on the console with the right values

Google Play Console gives error. "Произошла ошибка. Повторите попытку позже." [duplicate]

This question already has answers here:
Google Play Console unhelpful error message
(2 answers)
Closed 2 years ago.
I Want to Update my app. But I cannot update, even I cannot enter its detail window. When I try to log in to any of my app Google console gives me the following error.
I can create a new application, it does not give me an error. But after leaving and reentering to Google play console I can not enter that app also.
Yesterday I updated one of my apps, but now I can not even enter it. I don`t know why I am getting this error. Thanks for spending time reading and answering.
I have the same problem right now. But if you try new version of console, it must be works correctly: https://play.google.com/console

need to check the icon inside your apk (Eclipse) [duplicate]

This question already has answers here:
You need to add an icon to your APK while uploading App to google play
(5 answers)
Closed 7 years ago.
i have created an Android App using Eclipse. When i upload this app on Play Store, the same error has been shown again and again. Although I have also tried many solutions, this is still not uploaded. Kindly give me suggestions how to solve this error. Thanks.
in your manifest there is a part containing the icon name
android:icon="#drawable/icon_name"
make sure you have the specific icon icon_name.png in you resource.

Android Keystore from APK [duplicate]

This question already has answers here:
Android Keystore File Lost [duplicate]
(4 answers)
Anyway to change Keystore or Keystore's Info on android without publish new app
(1 answer)
Closed 9 years ago.
Is there anyway to get the keystore file from .apk, Unfortunately the keystore file is missed now i need to update my app which is there is Google Play.
Please help, Thnx in advance
No, it's not. Imagine the huge security breach that would be. In addition to the already existing problem with code decompilation and recompilation, hackers could even sign a modified APK with the original key and pretend it to be original.

Remove publish application from google play store [duplicate]

This question already has answers here:
Lost my keystore for uploaded app on android market [duplicate]
(2 answers)
Closed 9 years ago.
I published application and by mistake I uploaded old apk and unfortunately I have also lost my old key store. So console is not accepting new apk with new key store. Now if unpublish app,then can I publish app again with same name and package or not. What better I could do with this problem..? Or I need to change everything from application name to package. Please help.
You need to change packagename. Same package name not accepted again. So rename your packagename with new keystore, publish your app again.
More information here.

Categories

Resources