Hi, I'm trying to create a binding project for Adobe's site catalyst SDK (attached) http://microsite.omniture.com/t2/help/en_US/sc/appmeasurement/android/index.html#Developer_Quick_Start
I am using VS 2012 and Xamarin.Android 4.6.08007
I set the Build Action of the jar to EmbeddedJar and there is only one Jar file.
When I build I get four errors, the first of which is: Error 1 The type or namespace name 'ADMS_ChurnBase' does not exist in the namespace 'Com.Adobe.Adms.Measurement' (are you missing an assembly reference?) D:\Workspace\ADMS\ADMS\obj\Debug\generated\src\Com.Adobe.Adms.Measurement.ADMS_Churn.cs 8 78 ADMS
It doesn't look like ADMS_ChurnBase has been generated, how do I resolve this?
Thanks, Jason