Tuesday, May 18, 2010

[android-developers] HTC Incredible not seeing market apps with GL 2.0 min set on manifest?

I just published a game last night (Deadly Chambers Beta) which has
the following in the manifest:

<uses-sdk android:minSdkVersion="5" />
<uses-feature android:glEsVersion="0x00020000"></uses-feature>

So it should only be visible to Android 2.0+ devices with GL ES 2.0 or
higher, right?

It shows up for N1s and Droids but not for Incredibles. The
incredible has the same chip as the N1 so it must be ES 2.0.

Is this a bug with the build on the Incredible or is there some other
reason why it's not showing up?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment