“App_Name” Could not be downloaded due to an error (500)?

32,320

Solution 1

A working solution that solved my problem and others' too:

  1. Increment your app's version number and export it again.
  2. Re-upload your new .apk file to the market.

Solution 2

This is tested and worked. Problem " Unable to download application due to an error. 500". This happened because of your profile setting sync is off. You should either manually snc your profile account or auto snyc. After you do that, you will be able to download any software from google store - Xplod360

Solution 3

Have you tried installing the app you uploaded to market from your desktop, not the debugging and testing one. Also I'm guessing you have tried resubmitting the app to market. I uploaded an app the other day and it took a couple of minutes for it to appear on the market but once it was there it was fine to download.

Oh and fyi I got same error on my DHD

Share:
32,320
iTurki
Author by

iTurki

Updated on October 09, 2020

Comments

  • iTurki
    iTurki over 3 years

    I Just finished developing a new app. I used my two devices (Galaxy Nexus running 4.02 & Galaxy Tab10.1 running 3.1) to test the app before I published it.

    When I published the app to the Market, I removed the tested version of the app (the one Eclipse generated for debugging purpose) from my devices and tried to install the one in the market but I couldn't install it !

    In my Nexus device, It gives me this error: *"App_Name" Could not be downloaded due to an error (500).* In my Tab, a progress bar is shown then disappear with no error message.

    I thought I had the problem because I tested the app in my devices and the app still cached somewhere on them. Until one of my friends said he has the same error while downloading it using Galaxy S2 running 2.3.3.

    FYI, I can install other apps with no problem.

    Is this error related to my app? I signed the app with the same key I used to signed another app I published before. Is this a mistake?

    Or is it something related to the Market server? My app was added to the market few hours ago. Is it still processing the app

    -Thanks