On Tue, Jul 13, 2010 at 2:34 PM, paladin <[email protected]> wrote: > Does anyone know if these libraries are guaranteed to be included on every > Android phone? >
I don't think it's absolutely guaranteed, but it's a pretty good bet. > If not, how would I know if they are not there? > You don't, but your app probably won't be able to be installed on the device if you require the library. For example, creating an AVD without the Google Maps add-on and trying to install my app with the "uses-library" tag yields an install error: "INSTALL_FAILED_MISSING_SHARED_LIBRARY". I assume the same would happen on an actual device that did not have the library. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

