Tuesday, December 18, 2012

Re: [android-developers] Dynamically selecting Map API version

Am I right to assume that using multiple APKs is not an option either as there is no "OpenGL enabled" filter for that?

On Monday, December 17, 2012 5:11:46 PM UTC-5, Mark Murphy (a Commons Guy) wrote:
On Mon, Dec 17, 2012 at 5:05 PM, lbendlin <lu...@bendlin.us> wrote:
> Thanks Mark.  Are they really serious that you need to have a physical
> device to develop against Map API v2? Really?

Yes, unless you wish to pirate some software.

BTW, I literally just tried doing the backwards-compatibility stuff.
In terms of OpenGL ES 2.0 support, we're screwed. Even if the device
*has* support, if we have:

        <uses-feature
                android:glEsVersion="0x00020000"
                android:required="false"/>

then we blow up when trying to load a SupportMapFragment:

12-17 22:08:18.933: E/AndroidRuntime(7079): Caused by:
java.lang.RuntimeException: Google Maps Android API only supports
OpenGL ES 2.0 andabove. Please add <uses-feature
android:glEsVersion="0x00020000" android:required="true" /> into
AndroidManifest.xml

A bug/feature request was filed by somebody already:

http://code.google.com/p/gmaps-api-issues/issues/detail?id=4699

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 4.4 Available!

--
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