Xamarin:错误“ GenerateJavaStubs”任务意外失败。如何解决?

时间:2018-12-09 05:34:53

标签: c# android xamarin xamarin.forms

这样的消息错误:

错误“ GenerateJavaStubs”任务意外失败。

System.IO.PathTooLongException:指定的路径,文件名或两者都太长。 完全限定的文件名必须少于260个字符,目录名称必须少于248个字符。

在System.IO.LongPathHelper.Normalize(字符串路径,UInt32 maxPathLength,布尔值checkInvalidCharacters,布尔值expandShortPaths)

在System.IO.Path.NewNormalizePath(字符串路径,Int32 maxPathLength,布尔expandShortPaths)

在System.IO.Path.NormalizePath(字符串路径,布尔值fullCheck,Int32 maxPathLength,布尔值expandShortPaths)

在System.IO.Path.GetFullPathInternal(字符串路径)

在System.IO.Path.GetFullPath(字符串路径)

在Xamarin.Android.Tasks.GenerateJavaStubs.Run(DirectoryAssemblyResolver res)

在Xamarin.Android.Tasks.GenerateJavaStubs.Execute()

在Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()

在Microsoft.Build.BackEnd.TaskBuilder.d__26.MoveNext()BarcodeScanner.Android

如何解决?谢谢

0 个答案:

没有答案