Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.APK upload failed

Answered by me bellow

When I try to upload my .APK file i get this error:

Upload failed

I have tried cleaning my project, exporting it, and running it about 100 times over a span of almost 24 hours. This is just an updated version of my .APK. I have already successfully uploaded several updated .APK to the play store. I changed the Version and I am using the same keystore for this update as I have for all my other updates. Any suggestions? And sorry that this isn't a code specific problem. Also I only made a small edit to one of my activities.

like image 386
java Avatar asked Jan 06 '13 21:01

java


3 Answers

The problem has nothing to do with using Chrome. The problem is your session is invalid. Using any different browser such as Firefox, Internet Explorer, Opera, etc. would create a new session and allow the upload to work.

The real solution is to just log out and back in because whatever data Google uses to verify the upload is no longer valid, but they still allow you to navigate throughout your developer account like you are logged in with a valid session.

like image 174
mtg169 Avatar answered Nov 07 '22 10:11

mtg169


Thank you A-C

The solution to this problem was to use firefox instead of chrome

like image 24
java Avatar answered Nov 07 '22 11:11

java


It's not your browser. Log out and log back in again, a simple page refresh won't do. Crazy I know, but it works. You'll also find your images will fail to upload without an error message.

like image 3
superluminary Avatar answered Nov 07 '22 10:11

superluminary