Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error XA5301: Failed to generate Java type for class

Building a xamarin project that comes with a book, I get this error building the project:

error XA5301: Failed to generate Java type for class: Android.Support.V4.View.Accessibility.AccessibilityManagerCompat/IAccessibilityStateChangeListenerImplementor due to MAX_PATH: System.IO.DirectoryNotFoundException: Could not find a part of the path '

like image 776
zar Avatar asked Jul 14 '26 02:07

zar


1 Answers

The actual project folder path was just too long, shortening that eliminated the problem.

like image 175
zar Avatar answered Jul 17 '26 22:07

zar