pglazkov / MvvmValidation

Lightweight library that helps reduce boilerplate when implementing validation in XAML MVVM applications
MIT License
167 stars 31 forks source link

Build error: _FindCompiledJavaFiles does not exists in the project #18

Closed NicolasKlaas closed 6 years ago

NicolasKlaas commented 6 years ago

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: