Hi, ive release already several version with differnt akp lvl, currently at 2.3 apk. I can see my app when im using web browser, yet it seem unavailable on my android mobile, with this notice of “unable to install this version”.
Why is that?
please help!
2 Answers
2This means one of two things:
- Your device does not meet the minimum requirements for the game (its an ARMV6 for example or android 2.2)
- Your app specifies specific devices it supports or has a list of devices it does not support.
You can verify both things, as you had to set them up in the manifest or in the google play setup when you added the app to the google play store.
hi and ty, i still need to check this, but in unity im only capable of arm7 export! why is that?
– amit-chaiUnity 4.1 removed ARMV6 support. Only ARMV6-VFP devices were supported and most eastern manufacturers that use ARMV6 cut that extra math unit. There were only a handfull devices that ever worked with ARMV6 and they have a combined marketshare of < 0.1%, which does not justify support. ARMV7 devices have been rolling out since 2009, just to mention that, so its not like ARMV7 is newe.
– Dreamoraso this in not the issue. also, ive been manage to run the app from unity with usb cable.. and for the 2nd option, i got like 800 devices with 2.3 apk, so what is it then??
– amit-chaiIn that case its definitely related to your app setup or the app. Best start checking the manifest and afterwards the google play side of the equation
– Dreamoraok here my solution:
i had to change textures to ERC1. this enabled more devices to download.
you just need to wait for app tp be come in search and updated by google... my game come in 1 day...https://play.google.com/store/apps/developer?id=Wild+Whites
– maria-dev