On Jul 21, 2012, at 12:49 PM, NCSoftware <n...@nc-software.com> wrote:
> How do you suggest I proceed?  If this issue IS google maps being referenced, 
> how do you handle this so my app will run on devices without this shared 
> library present?

At present, you will need to build two different .apk's: one with Google Maps 
support, and one without, and the .apk w/o Maps support cannot include (and 
thus cannot reference) the Mono.Android.GoogleMaps.dll assembly.

The issue here is that in the interest of usability Mono.Android.GoogleMaps.dll 
will automatically add the <uses-library/> element to AndroidManifest.xml, and 
there's currently no way to inhibit that behavior.

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to