RUSHIKESH KARDE
RUSHIKESH KARDE

Reputation: 291

Xamarin application is Building in Debug mode but not Building in Release mode for Android

This is Error log what i found while i Build application in Release mode

/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets: Error: Error executing task LinkAssemblies: error XA2006: Reference to metadata item 'Xamarin.Forms.BindableProperty Xamarin.Forms.BindableProperty::Create(System.Linq.Expressions.Expression1<System.Func2>,!!1,Xamarin.Forms.BindingMode,Xamarin.Forms.BindableProperty/ValidateValueDelegate1<!!1>,Xamarin.Forms.BindableProperty/BindingPropertyChangedDelegate1,Xamarin.Forms.BindableProperty/BindingPropertyChangingDelegate1<!!1>,Xamarin.Forms.BindableProperty/CoerceValueDelegate1)' (defined in 'Xamarin.Forms.Labs, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null') from 'Xamarin.Forms.Labs, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null' could not be resolved. (XYZ.Droid)

Upvotes: 3

Views: 1703

Answers (1)

RUSHIKESH KARDE
RUSHIKESH KARDE

Reputation: 291

I try to solve this problem by uncheck SDK Linking from Droid option, now I can build my application in Release mode. But i found that if you do unCheck SDK linking it will create ur .apk file too big in size. But at least I able to create Release build.

Upvotes: 0

Related Questions