Xamarin
FireStore 설치후 Xamarin.Android.D8.targets(79,5): error MSB6006: "java.exe" exited with code 1.
NicSub
2021. 4. 9. 16:58
728x90
반응형
해결:
프로젝트 종료
1. obj >
....Andriod.csproj.nuget.dgspec.json 삭제
....Andriod.csproj.nuget.g,props 삭제
....Andriod.csproj.nuget.g,targets 삭제
2. ....Android.csproj
< PackageReference Include="Xamarin.Google.Guava" ExcludeAssets="all">
< Version>28.2.0 < /Version>
< /PackageReference>
프로젝트 재실행
필요하면. Xamarin.google.guava nuget 설치.
추가 >> 버전이 낮으면. 업데이트
반응형