When trying to build the sample project (MvxSamples.Validation) or my own Solution with MvvMValidation included I get the error The target "_FindCompiledJavaFiles" does not exist in the project.
It happens on the Xamarin.Android.Common.targets file on:
DependsOnTargets="$(_CompileToDalvikDependsOnTargets)"
When trying to build the sample project (MvxSamples.Validation) or my own Solution with MvvMValidation included I get the error
The target "_FindCompiledJavaFiles" does not exist in the project.
It happens on the Xamarin.Android.Common.targets file on:
DependsOnTargets="$(_CompileToDalvikDependsOnTargets)"
Which refers to: `
<_CompileToDalvikDependsOnTargets> _FindCompiledJavaFiles; _GetMonoPlatformJarPath; _GetAdditionalResourcesFromAssemblies; _CreateAdditionalResourceCache; _GetLibraryImports`
I am building on .Net Standard 2.0. My JAVA and SDK location should be ok: Java: _C:\Program Files\Java\jdk1.8.0144
Android SDK: C:\Program Files (x86)\Android\android-sdk
Additional info: