[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 activate it, the developer console tells me that both APKs 
target exactly the same set of devices, which shouldn't be the case.

On Thursday, December 22, 2011 4:11:02 AM UTC-5, Marc Van Daele wrote:

 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 that both apk's support the same set of 
 devices.


-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 that both apk's support the same set of devices.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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, I've
 declared:

 uses-feature android:glEsVersion=0x0002 /

 (This app requires FBOs which are part of GLES 2.0)

 When I upload the signed APK file, that requirement doesn't show up as
 one of the filters.  The app's entry developer portal only notes the
 following:

 This apk requests 1 features that will be used for Android Market
 filtering:
   * android.hardware.touchscreen

 I would have expected the glEsVersion to be noted there too.  I just
 want to verify that either I'm doing something wrong or that there is
 a problem with the website.

 Thanks,
 Brian

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en