Tuesday, June 15, 2010

Re: [android-developers] Re: Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

The problem is that your manifest does say that you require the
library but you're trying to install it on a device that doesn't have
the library.

(the "MISSING_LIBRARY" part of the error).

On Mon, Jun 14, 2010 at 11:08 PM, Rahul Garg <rahul.lnmiit@gmail.com> wrote:
> I have already done that.
>
> On Jun 14, 2:25 pm, SREEHARI <sreehari.madhusooda...@wipro.com> wrote:
>> HiRahul,
>>
>> If u added <uses-library android:name="com.google.android.maps" />
>> already, the problem will be due to map key. Try creating map key in
>> he right way.
>>
>> Regards,
>> SREEHARI.
>
> --
> 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
>

--
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.

Please do not send me questions directly. Thanks!

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