Your APK currently supports no devices (647702)

Hi!

I’m using Unity 5.5

I’m trying to update my game on Amazon, but I got this error when trying to upload the apk!

"Your APK currently supports no devices. In order to submit your app, this APK must support at least one device. "

Is there something I should look to find out the reason of this? The same build is working well on Google Play with tons of devices available.

Can you post your AndroidManifest.xml to see how it’s defined ?

Hi @liortal

How do I access it? On the apk it seems to be compiled.

I still have this problem. Any advice?

Are you using a custom AndroidManifest in your project? what does it look like?

There could be some definitions that are essentially “filtering” your APK for specific devices; perhaps on Amazon there are no devices with such capabilities, and that is why you receive that message.

Hard for me to tell without seeing the manifest and the actual error message.

I was able to solve the problem. It is not a Unity Problem.

When updating a game on Amazon, you can’t create a new binary, you should delete your actual binary and then upload a new one. If you upload a new binary without deleting the previous one, you got this error.