4

We are having trouble updating an existing app on Google Play. After uploading the updated APK on the Google Play Developer Console, I am seeing 0 supported Android devices on the 'APK details' window.

Updated APK details

Previous build APK details

The only differences in the 'AndroidManifest.xml' file are that the 'versionCode' and 'versionName' variables have been incremented.

The 'build.gradle' file has not changed at all since the last build.

I am starting to think this is an issue on Google's end but if anyone has a solution we would be very grateful.

Cheers!

Mahendra Gunawardena
  • 1,956
  • 5
  • 26
  • 45
Kieran
  • 53
  • 7
  • you are not alone.. lot of folks getting similar errors – Amod Gokhale May 18 '17 at 13:43
  • Possible duplicate of [Play store is showing 0 supported devices with same code](http://stackoverflow.com/questions/44045520/play-store-is-showing-0-supported-devices-with-same-code) – Edric May 18 '17 at 13:48

1 Answers1

3

I had the same issue earlier, it seems that the issue is with Google's frontend. I took a gamble and my app has rolled out fine for the exact same amount of devices.

I would imagine Google will sort the issue soon.

Good luck!

Llionv
  • 46
  • 2
  • 1
    You're right! Tried rolling the app out anyway and lo and behold the update is available on 10,751 devices. Thanks! – Kieran May 18 '17 at 13:55
  • I have spent too much time to find out error but error on Google play store that can not be imegine. – Md Mohsin May 21 '17 at 12:49