I upgraded to version 7.0 but now I have errors on building
I'm getting:
No resource identifier found for attribute 'MvxBind' in package 'my.app.package' (APT1000)
and also for MvxLang
Do i have to add something extra to my projects?
Not really.
Just make sure that you:
Gist
GitHub Gist: instantly share code, notes, and snippets.
I have a question. What about MvxFragmentActivity? It was deleted but what is my alternative? Should I use MvxActivity now instead?
MvxActivity is the one now 馃憤
And what is analogue for MvxAppCompatSetup now? I found this one
MvvmCross.Droid.Support.V7.AppCompat.MvxAppCompatSetup MvvmCross.Platforms.Android.Core.MvxAndroidSetup
But I don't have MvvmCross.Platforms namespace in my android project
@sledderGIT I was recently confused for half an hour with that one and turned out my Android project wasn't targeting 10.0 in _Project Options -> General -> Compile using Android version_.
Ah in my case to fix this problem I've just deleted MvvmCross package and installed it again
@romulotil did that solve your problem?
Most helpful comment
Not really.
Just make sure that you: