2017-11-17 4 views
0

Visual Studio의 안드로이드 디자이너가 axml 파일을로드하지 않습니다. enter image description hereandroid axml 파일로드 중 오류 발생 Visual Studio Mac

이것은 모든 단일 안드로이드 프로젝트에서 발생합니다. VS 버전 다운 그레이드 시도, 알파 채널에서 새 버전 설치, 디자이너에서 다른 테마 선택 시도, 아무 도움도.

System.ArgumentNullException: Value cannot be null. 
Parameter name: path1 
    at System.IO.Path.Combine (System.String path1, System.String path2, System.String path3) [0x0002a] in /Users/builder/data/lanes/4992/mono-mac-sdk/external/bockbuild/builds/mono-x64/mcs/class/corlib/System.IO/Path.cs:849 
    at Xamarin.AndroidDesigner.DesignerProject+<>c.<GetLibraryProjectThemes>b__118_0 (System.String l) [0x00000] in /Users/vsts/agent/2.124.0/work/1/s/Xamarin.Designer.Android/Xamarin.AndroidDesigner/Xamarin.AndroidDesigner/DesignerProject.cs:532 
    at System.Linq.Enumerable+SelectListIterator`2[TSource,TResult].MoveNext() [0x00036] in /Users/builder/data/lanes/4992/mono-mac-sdk/external/bockbuild/builds/mono-x64/external/corefx/src/System.Linq/src/System/Linq/Select.cs:365 
    at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].MoveNext() [0x0004e] in /Users/builder/data/lanes/4992/mono-mac-sdk/external/bockbuild/builds/mono-x64/external/corefx/src/System.Linq/src/System/Linq/Where.cs:146 
    at System.Linq.Enumerable+SelectManySingleSelectorIterator`2[TSource,TResult].ToList() [0x0002d] in /Users/builder/data/lanes/4992/mono-mac-sdk/external/bockbuild/builds/mono-x64/external/corefx/src/System.Linq/src/System/Linq/SelectMany.cs:257 
    at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00015] in /Users/builder/data/lanes/4992/mono-mac-sdk/external/bockbuild/builds/mono-x64/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30 
    at Xamarin.AndroidDesigner.DesignerProject.GetLibraryProjectThemes() [0x00037] in /Users/vsts/agent/2.124.0/work/1/s/Xamarin.Designer.Android/Xamarin.AndroidDesigner/Xamarin.AndroidDesigner/DesignerProject.cs:531 
    at Xamarin.AndroidDesigner.DesignerProject.GetIsProjectTheme (System.String themeName) [0x0000e] in /Users/vsts/agent/2.124.0/work/1/s/Xamarin.Designer.Android/Xamarin.AndroidDesigner/Xamarin.AndroidDesigner/DesignerProject.cs:544 
    at Xamarin.AndroidDesigner.DesignerSessionParams.GetData (Xamarin.AndroidDesigner.AndroidDesignerSession session, Xamarin.AndroidDesigner.AndroidRenderSession renderer) [0x00154] in /Users/vsts/agent/2.124.0/work/1/s/Xamarin.Designer.Android/Xamarin.AndroidDesigner/Xamarin.AndroidDesigner/DesignerSessionParams.cs:209 
    at Xamarin.AndroidDesigner.AndroidRenderSession+<InitSession>d__115.MoveNext() [0x00224] in /Users/vsts/agent/2.124.0/work/1/s/Xamarin.Designer.Android/Xamarin.AndroidDesigner/Xamarin.AndroidDesigner/AndroidRenderSession.cs:783 

누구나 무슨 일이 일어나고 있는지 단서를 가지고 : 여기

오류인가?

답변

1

이것은 베타 채널에서 Mac 용 Visual Studio/Xamarin의 버그처럼 보입니다. Windows 버전에 대한 액세스 권한이 없으므로 말할 수 없습니다. 안정으로 다운 그레이드해야하며 수정해야합니다. 현재 안정 버전을 사용할 수 없기 때문에 특정 패키지로 컴파일하지 못합니다.

+0

안타깝게도 안정 버전에는 수많은 버그가 있었기 때문에 알파 채널에서 하나를 사용하고 있습니다. 그러나 이것은 정말로 성가 시게되고 있습니다. 나는 안정적으로 전환하려고 노력할 것이고 그것이 어떻게 진행되는지 볼 것이다. – arsena

+0

그래, 그들의 안정, 베타 및 알파 정말 엉망입니다. 그들이이 문제를 빨리 해결하기를 바랍니다. –

관련 문제