Xamarin Android를 사용하여 Android MonoGame 앱을 개발 중입니다. 다음과 같이이 프로젝트는 설정이다 : NuGet 설치 FarseerPhysics.Portable 패키지 오류
NuGet을 사용하여 휴대용 시어 물리학을 설치하려고 나는 다음과 같은 오류 얻을 : 나는 BugSense.Xamarin.Android를 설치하려고하면
PM> Install-Package FarseerPhysics.Portable
'FarseerPhysics.Portable 3.5.1' already installed.
Adding 'FarseerPhysics.Portable 3.5.1' to MyGameAndroid.
Install-Package : Could not install package 'FarseerPhysics.Portable 3.5.1'. You are trying to install this package into a project that targets
'MonoAndroid,Version=v2.3', but the package does not contain any assembly references or content files that are compatible with that framework. For more information,
contact the package author.
At line:1 char:1
+ Install-Package FarseerPhysics.Portable
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
이도 발생합니다. 이전에 같은 패키지를 현재 다른 프로젝트에 설치할 수 있었기 때문에 오류 메시지가 잘못되었다고 생각합니다.