On Mar 30, 2012, at 6:09 AM, Andrey wrote:
> I am trying to deploy my application on Kindle fire, but getting Error: 
> Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]
...
> I've tried this in monodroid, but it doesn't work, I am getting the same 
> error.

This isn't a scenario we were aware of. Sorry.

Part of the problem is that Mono.Android.GoogleMaps.dll contains a 
[UsesLibrary] attribute which is used to generate the <uses-library/> element 
within AndroidManifest.xml, and there's no way to override this behavior. A 
future release will AndroidManifest.xml to "override" the default behavior (by 
just including the <uses-library/> within AndroidManifest.xml), but in the 
meantime that would likely just result in duplicate <uses-library/> elements 
within the final AndroidManifest.xml.

In the meantime, you should create a separate project which omits the 
Mono.Android.GoogleMaps.dll assembly reference and use that for installation on 
the Kindle fire.

Sorry for the inconvenience,
 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to