Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error in Xamarin sample App

Tags:

c#

xamarin

I am just trying run then Xamarin App to how is this really work. I have downloaded the App from here Sample App . I have successfully installed the Xamarin. when I have tried to run the app it says :-

Error 1 User code size, 430080 bytes, is larger than 65536 and requires aáIndieá(or higher) License. XamarinStore.Droid

Error 2 Using type System.Reflection.Assembly requiresáIndieá(or higher) License. XamarinStore.Droid

any help is appreciated :)

like image 998
loop Avatar asked Aug 28 '14 17:08

loop


2 Answers

It's restriction of Xamarin free Starter license. You need to have Indie (or Business) license or you can use 30 days trial.

like image 160
Alexan Avatar answered Oct 01 '22 04:10

Alexan


Just remove references to Xamarin.Android.Support.* packages

like image 21
Konstantin Vdovkin Avatar answered Oct 01 '22 05:10

Konstantin Vdovkin