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
I tried to create a binding library from glide
download glide-3.7.0-javadoc.jar glide-3.7.0.jar and set action build to JavaDocJar
build binding library
Expected Behavior
build success and binding library has original Java parameter
Actual Behavior
build error xxxx.stamp not exist
Version Information
Log File
Xamarin.Android.Bindings.targets <Touch Files="@(JavaDocJar->'$(IntermediateOutputPath)javadocs\%(FileName).stamp')" />
maybe miss the attribute AlwaysCreate="True"
Anduin2017, Daddoon, lassana, JosueDM94 and ivanitskyi