I am trying to usb-debug Xamarin.Forms app with my physical android device Samsung a51.
This error keeps coming. Does anyone known a solution or things worth trying to solve this?
Severity Code Description Project File Line Suppression StateError XARDF7024: System.IO.IOException: The filename, directory name, or volume label syntax is incorrect. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost) at Xamarin.Android.Tasks.RemoveDirFixed.RunTask() 0
The filename, directory name, or volume label syntax is incorrect. You have passed in an invalid path. Your question title could be improved, for more views, to label the actual problem. You are best off posting the code/path you passed into the directory delete command. - IAmGroot