[mono-android] Problem with a wrapper for Amazon in-app purchases

Jonathan Pryor jonp at xamarin.com
Mon Jun 4 17:57:08 UTC 2012


On Jun 4, 2012, at 9:01 AM, Rodrigo 'r2d2rigo' Diaz wrote:
> I'm trying to create a wrapper to call Amazon's IAP API from a Mono for Android game. Using the Binding Library and adding the JAR outputs the following error:

Unfortunately (as you noted) our tooling requires that all types referenced within the .jar be locatable (either as an InputJar or a ReferenceJar or in android.jar), and the com.amazon.android.framework.task.command.AbstractCommandTask type can't be found.

Can you try asking amazon's developer support for which .jar provides this type so that you can reference it?

Thanks,
 - Jon



More information about the Monodroid mailing list