Errors compiling MVVMCross project after updating to xamarin.android 4.10.1 - xamarin.android

I have updated to Xamarin.Android 4.10.1 and now my MvvmCross project does not compile :( its as if it cant find any of the MVX attributes.
I am getting an error like the following for every MvvmCross entry in my code
E:\Software Projects\xxx\xxx\xxx\Resources\layout\xxx.xml(0,0): Error: No resource identifier found for attribute 'MvxBind' in package 'com.xxx' (xxx)
has anyone encountered this too?
Thanks
Amit

Related

Can't compile Xamarin project, four errors when I compile

This is a mobile app written in Xamarin. Latest version of Xamarin. Won't compile the android project. iOS compiles fine. Installed latest 'everything'. Tried deleting obj/bin, packages and restoring.
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Aapt2.targets(154,3): error APT2062: failed linking references.
/Users/userX/code/work/example-app/Example.Services.Client.Forms.Droid/obj/Debug/lp/1/jl/res/values/values.xml(0,0): Error APT2260: style attribute 'attr/cardBackgroundColor (aka Example.Services.Client.Forms.Droid:attr/cardBackgroundColor)' not found. (APT2260)
/Users/userX/code/work/example-app/Example.Services.Client.Forms.Droid/obj/Debug/lp/1/jl/res/values/values.xml(0,0): Error APT2260: style attribute 'attr/cardElevation (aka Example.Services.Client.Forms.Droid:attr/cardElevation)' not found. (APT2260) (Example.Services.Client.Forms.Droid)
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Aapt2.targets(3,3): Error APT2260: resource style/CardView (aka Example.Services.Client.Forms.Droid:style/CardView) not found. (APT2260) (Example.Services.Client.Forms.Droid)

Unity iOS Build export IL2CPP support

I got below error while exporting game to iOS in unity 4.6.9
IL2CPP error for method 'System.String com.shephertz.app42.paas.sdk.csharp.connection.RESTConnectorAsync::ExecuteGet(System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>,System.Collections.Generic.Dictionary`2<System.String,System.String>)' in assembly '/Volumes/Development/Project/Top Best Games/52.KingOfRacing2/Source/Source code King 2/Temp/StagingArea/Data/Managed/App42_Unity3D_SDK_3.2.dll'
Additional information: Build a development build for more information. An instruction cannot end both a catch and a finally block!
Here is player settings
Please help me to resolve this issue..already googled and none of solution worked...how to solve ?

xamarin forms droid resource not found errors

Please help me I am getting lots of resource errors
'Resource.Attribute' does not contain a definition for
'mediaRouteSettingsDrawable'
'Resource.Color' does not contain a definition for 'design_textinput_error_color'
'Resource.Dimension' does not contain a definition for 'design_fab_content_size'
'Resource.Dimension' does not contain a definition for 'design_navigation_padding_top_default'
Like this I have 150 errors not sure what is causing this. If I delete them from Resource.Designer it emulator starts in the next build it again comes with all the errors.
Please help me.
I found the issue the problem is with the FFImageLoading package which is causing issues with new version of Xamarin forms

Persistent issue with Xam.Forms Lab on Android

I have a multiplatform app using Xamarin.Forms. While I can build for iOS and WindowsPhone 8.1, when I build for Android, I get the following build error
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets: error : Error executing task LinkAssemblies: error XA2006: Reference to metadata item 'System.Void Android.OS.BaseBundle::PutString(System.String,System.String)' (defined in 'XLabs.Platform.Droid, Version=2.0.5679.29813, Culture=neutral, PublicKeyToken=null') from 'XLabs.Platform.Droid, Version=2.0.5679.29813, Culture=neutral, PublicKeyToken=null' could not be resolved.
I've searched around for a solution on this but cannot seem to find one or where on earth in my code this problem is coming from.
Does anyone know how to start solving this issue so I can submit a build?
Check that the Xamarin Forms NuGet package versions are the same in the XLabs version you are using and the Android Project. Normally a version mismatch is the cause for these errors.

fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

i am beginner in using opencv.i have tried with simple a program of reading an image. the build was unsuccessful with following error:
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
i am using opencv 2.4.2 ,visual studio 2010.(windows 7 user). i checked my property sheet many times as per the instruction.please anyone help me in this. thanks in advance
I find out that I have the same problem. The problem is that my project setting is debug version, and the lib I include in the linker-->input is release version. After changing the project to release version, the problem disappear. After changing project to release version, you need to edit all the properties again.

Resources