Click here to Skip to main content
15,881,455 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i get a build error using xamarin , the program used to run , i did a reinstall on my new laptop and now it doesnt work , tried doing a recode still same error, im thinking the program has something it depends on is there a way to see what it might be? heres the build log -



MainActivity.cs(16,30,16,45): warning CS0618: 'AndroidActivity' is obsolete: 'AndroidActivity is obsolete as of version 1.3, please use FormsApplicationActivity'

MainActivity.cs(24,4,24,30): warning CS0618: 'FormsApplicationActivity.SetPage(Page)' is obsolete: 'Please use protected LoadApplication (Application app) instead'

C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(379,5): mandroid error XA9005: User code size, 2961791 bytes, is larger than 131072 and requires aáIndieá(or higher) License.

C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(379,5): mandroid error XA9006: Using type `Android.Runtime.JNIEnv` requiresáIndieá(or higher) License.

2 Warning(s)

2 Error(s)



Time Elapsed 00:00:02.98

What I have tried:

tried a recode , tried updates ,
Posted
Updated 21-Mar-16 22:54pm
Comments
Kornfeld Eliyahu Peter 22-Mar-16 4:34am    
And? Those messages are clear...
jamesmc1535 22-Mar-16 4:36am    
nope not completly?
Kornfeld Eliyahu Peter 22-Mar-16 4:37am    
'AndroidActivity' is obsolete: 'AndroidActivity is obsolete as of version 1.3, please use FormsApplicationActivity'

Obsolate means, that it is not to be used anymore...It seams that you try to compile an older project with the latest compiler...Upgrade your project...
jamesmc1535 22-Mar-16 4:51am    
okay thanks :) , like do a recode? or is there an option/
jamesmc1535 22-Mar-16 4:53am    
nvm thanks for the help , fixed it , had to just sign in my xamarin acc

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900