Why is my application shown as unsupported device for the new HTC Droid DNA, my manifest is This application is only available to devices with these features, as defined in your application manifest. Screen densities: NORMAL,LDPI NORMAL,XHDPI NORMAL,HDPI NORMAL,MDPI SMALL,LDPI SMALL,XHDPI SMALL,HDPI SMALL,MDPI XLARGE,LDPI XLARGE,XHDPI XLARGE,HDPI XLARGE,MDPI LARGE,LDPI LARGE,XHDPI LARGE,HDPI LARGE,MDPI LARGE,TVDPI Required device features android.hardware.screen.portrait android.hardware.touchscreen android.hardware.wifi This application is available to over 2230 devices.
1
votes
3 Answers
1
votes
0
votes
ATI texture compression. Available on devices running Adreno GPU, including HTC Nexus One, Droid Incredible, EVO, and others. For widest compatibility, devices may also declare a element with the descriptor GL_ATI_texture_compression_atitc. Droid DNA uses Adreno GPU so you should add to manifest.
<supports-gl-texture android:name="GL_ATI_texture_compression_atitc"/>
0
votes
Also, to ensure you have a supported device and you are looking for the correct device name, you can refer to Google Play's complete list of known devices: http://support.google.com/googleplay/bin/answer.py?hl=en&answer=1727131