[android-developers] Re: uses-feature glEsVersion

2012-05-24 Thread Darren
Did you ever get this figured out? I'm running into the same problem. Actually, the current version of my app doesn't use ES 2.0, so I want to leave this old one up for phones that don't support my new version of the app, which requires 2.0. When I uploaded the apk and tried to simultaneously

[android-developers] Re: uses-feature glEsVersion

2011-12-22 Thread Marc Van Daele
Have you been able to solve this issue? I'm having the same issue right now. I don't find a matching android:name so I don't think that's the solution. I want to create two apk's, one supporting openGL 2:0 (having a higher version) and a second one for the others. But the android market says

[android-developers] Re: uses-feature glEsVersion

2011-03-30 Thread joebowbeer
I think your uses-feature element is missing the android:name attribute. On Mar 28, 3:54 pm, brian7t7 br...@7twenty7.com wrote: Hi all-- Sorry if this has been addressed--I couldn't easily find anyone else with this issue. Anyway, I'm about to publish my first app.  In the manifest XML,