You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Xamarin.Android.Build.Tasks] Unable to build projects with lint checks enabled against 15.3 (#649)
Fixes: https://bugzilla.xamarin.com/show_bug.cgi?id=57532
The Directory test from commit 9cf367f did not really work.
This is because the 'bin' directory existed prior to 25.3.0.
But the lint tool only moved in 25.3.0.
To fix this we are adding new code to the ResolveSdks Task. This
will find the correct location of the `lint` tool. It will also
use the `$(LintToolPath)` the user provides.
If the tool cannot be found an appropriate error message will
be raised.
0 commit comments