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
`Configuration.Java.Interop.Override.props` is copied into
`external/Java.Interop`, and thus `$(MSBuildThisFileDirectory)` will
be `external/Java.Interop`, *not* the `xamarin-android` topdir.
Consequently, `class-parse` and company will be built into
`external/Java.Interop/bin/$(Configuration)/lib/mandroid`, which is
*not* the correct directory.
Fix the `$(UtilityOutputFullPath)` value so that it places
`class-parse.exe` and company into `xamarin-android`'s
`bin/$(Configuration)/lib/mandroid`, not `Java.Interop`'s.
0 commit comments