错误 XA5301:无法为 class 生成 Java 类型
error XA5301: Failed to generate Java type for class
building a xamarin project with a book, 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 '
实际项目文件夹路径太长,缩短即可解决问题。
building a xamarin project with a book, 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 '
实际项目文件夹路径太长,缩短即可解决问题。